Home
last modified time | relevance | path

Searched refs:ttos (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ifconfig/
H A Difmedia.c637 return ttos; in get_toptype_ttos()
647 if (ttos->subtypes[i].alias) in get_subtype_desc()
666 if (ttos->modes[i].alias) in get_mode_desc()
668 for (desc = ttos->modes[i].desc; in get_mode_desc()
687 ttos = get_toptype_ttos(ifmw); in print_media_word()
713 desc = get_mode_desc(ifmw, ttos); in print_media_word()
720 if (ttos->options[i].alias) in print_media_word()
722 for (desc = ttos->options[i].desc; in print_media_word()
747 ttos = get_toptype_ttos(ifmw); in print_media_word_ifconfig()
767 desc = get_mode_desc(ifmw, ttos); in print_media_word_ifconfig()
[all …]
/f-stack/freebsd/net/
H A Dif_media.c440 const struct ifmedia_type_to_subtype *ttos; in ifmedia_printword() local
444 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes; in ifmedia_printword()
445 desc->ifmt_string != NULL; desc++, ttos++) in ifmedia_printword()
455 for (desc = ttos->modes; desc && desc->ifmt_string != NULL; desc++) in ifmedia_printword()
471 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++) in ifmedia_printword()
498 for (desc = ttos->options; desc->ifmt_string != NULL; desc++) { in ifmedia_printword()