Home
last modified time | relevance | path

Searched refs:ifm_type (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/compat/net/
Dif.h127 u_char ifm_type; /* message type */ member
182 u_char ifm_type; /* message type */ member
/netbsd/src/usr.sbin/rwhod/
Drwhod.c501 if (ifm->ifm_type == RTM_IFINFO) { in configure()
509 if (ifm->ifm_type != RTM_NEWADDR) in configure()
/netbsd/src/external/bsd/wpa/dist/src/l2_packet/
Dl2_packet_freebsd.c220 if (ifm->ifm_type != RTM_IFINFO || in eth_get()
/netbsd/src/external/bsd/wpa/dist/src/wps/
Dwps_upnp.c889 if (ifm->ifm_type != RTM_IFINFO || in eth_get()
/netbsd/src/sys/dev/pci/
Dif_ixl.c225 uint64_t ifm_type; member
1611 IFM_ETHER | IFM_FDX | itype->ifm_type, 0, NULL); in ixl_media_add()
1616 itype->ifm_type, 0, NULL); in ixl_media_add()
1619 if (itype->ifm_type != IFM_100_TX) in ixl_media_add()
1622 ifmedia_add(ifm, IFM_ETHER | itype->ifm_type, in ixl_media_add()
1626 IFM_ETHER | IFM_FLOW | itype->ifm_type, in ixl_media_add()
5729 ifm_active |= itype->ifm_type; in ixl_set_link_status_locked()
/netbsd/src/sys/net/
Dif.h794 u_char ifm_type; /* message type */ member