Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difmedia.c686 desc = get_toptype_desc(ifmw); in print_media_word()
687 ttos = get_toptype_ttos(ifmw); in print_media_word()
701 desc = get_subtype_desc(ifmw, ttos); in print_media_word()
713 desc = get_mode_desc(ifmw, ttos); in print_media_word()
724 if (ifmw & desc->ifmt_word) { in print_media_word()
739 print_media_word_ifconfig(int ifmw) in print_media_word_ifconfig() argument
746 desc = get_toptype_desc(ifmw); in print_media_word_ifconfig()
747 ttos = get_toptype_ttos(ifmw); in print_media_word_ifconfig()
767 desc = get_mode_desc(ifmw, ttos); in print_media_word_ifconfig()
777 if (ifmw & desc->ifmt_word) { in print_media_word_ifconfig()
[all …]
/f-stack/freebsd/net/
H A Dif_media.c437 ifmedia_printword(int ifmw) in ifmedia_printword() argument
446 if (IFM_TYPE(ifmw) == desc->ifmt_word) in ifmedia_printword()
456 if (IFM_MODE(ifmw) == desc->ifmt_word) { in ifmedia_printword()
468 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word) in ifmedia_printword()
472 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word) in ifmedia_printword()
487 if (ifmw & desc->ifmt_word) { in ifmedia_printword()
499 if (ifmw & desc->ifmt_word) { in ifmedia_printword()