Home | Sort by: relevance | last modified time | path |
/src/lib/libutil/ | |
if_media.c | 53 struct ifmedia_description ifm_option_descriptions[] = variable in typeref:struct:ifmedia_description[] 54 IFM_OPTION_DESCRIPTIONS; 101 for (desc = ifm_option_descriptions; desc->ifmt_string != NULL; 162 option = lookup_media_word(ifm_option_descriptions, type, str); |
/src/sys/net/ | |
if_media.c | 653 static const struct ifmedia_description ifm_option_descriptions[] = variable in typeref:typename:const struct ifmedia_description[] 654 IFM_OPTION_DESCRIPTIONS; 689 for (desc = ifm_option_descriptions; desc->ifmt_string != NULL; |