Searched refs:ifmt_word (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/net/
H A Dif_media.c447 if (IFM_TYPE(ifmw) == desc->ifmt_word)
457 if (IFM_MODE(ifmw) == desc->ifmt_word) {
469 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word)
473 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word)
488 if (ifmw & desc->ifmt_word) {
500 if (ifmw & desc->ifmt_word) {
H A Dif_media.h421 int ifmt_word; /* word value; may be masked */ member in struct:ifmedia_description
/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_media.c201 if (IFM_TYPE(ifmw) == desc->ifmt_word) {
217 if (IFM_TYPE(ifmw) == desc->ifmt_word) {
238 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word) {
383 if (ifmw & desc->ifmt_word) {
/freebsd-12-stable/sbin/etherswitchcfg/
H A Difmedia.c487 if (type == desc->ifmt_word)
511 if (type == desc->ifmt_word)
540 if (type == desc->ifmt_word)
571 return (desc->ifmt_word);
581 if (IFM_TYPE(ifmw) == desc->ifmt_word)
594 if (IFM_TYPE(ifmw) == desc->ifmt_word)
611 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word)
630 if (IFM_MODE(ifmw) == desc->ifmt_word)
684 if (ifmw & desc->ifmt_word) {
737 if (ifmw & desc->ifmt_word) {
[all...]
/freebsd-12-stable/sbin/ifconfig/
H A Difmedia.c526 if (type == desc->ifmt_word)
550 if (type == desc->ifmt_word)
579 if (type == desc->ifmt_word)
611 return (desc->ifmt_word);
621 if (IFM_TYPE(ifmw) == desc->ifmt_word)
634 if (IFM_TYPE(ifmw) == desc->ifmt_word)
651 if (IFM_SUBTYPE(ifmw) == desc->ifmt_word)
670 if (IFM_MODE(ifmw) == desc->ifmt_word)
724 if (ifmw & desc->ifmt_word) {
777 if (ifmw & desc->ifmt_word) {
[all...]
/freebsd-12-stable/sbin/devd/
H A Ddevd.cc342 _type = media_types[i].ifmt_word;

Completed in 73 milliseconds