ifmt_string       442 net/if_media.c 	for (desc = ifm_type_descriptions; desc->ifmt_string != NULL;
ifmt_string       447 net/if_media.c 	if (desc->ifmt_string == NULL)
ifmt_string       450 net/if_media.c 		printf("%s ", desc->ifmt_string);
ifmt_string       453 net/if_media.c 	for (desc = ifm_subtype_descriptions; desc->ifmt_string != NULL;
ifmt_string       459 net/if_media.c 	if (desc->ifmt_string == NULL)
ifmt_string       462 net/if_media.c 		printf("%s", desc->ifmt_string);
ifmt_string       465 net/if_media.c 	for (desc = ifm_option_descriptions; desc->ifmt_string != NULL;
ifmt_string       473 net/if_media.c 			    desc->ifmt_string);
ifmt_string       354 net/if_media.h 	const char *ifmt_string;	/* description */