Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtadvd/
H A Dif.c481 if (ifm->ifm_type == RTM_IFINFO) { in update_ifinfo()
589 ifi->ifi_type = ifm->ifm_type; in update_ifinfo()
594 RTM_IFINFO, ifm->ifm_type, ifm->ifm_msglen); in update_ifinfo()
/freebsd/sys/net/
H A Dif.h328 u_char ifm_type; /* message type */ member
351 u_char ifm_type; /* message type */ member
H A Drtsock.c89 uint8_t ifm_type; member
100 uint8_t ifm_type; member
/freebsd/sbin/natd/
H A Dnatd.c814 printf ("Routing message %#x received.\n", ifMsg.ifm_type); in HandleRoutingInfo()
816 if ((ifMsg.ifm_type == RTM_NEWADDR || ifMsg.ifm_type == RTM_IFINFO)) { in HandleRoutingInfo()
930 if (ifm->ifm_type == RTM_IFINFO) { in SetAliasAddressFromIfName()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c631 if (ifm->ifm_type == RTM_IFINFO) { in configure()
643 if (ifm->ifm_type != RTM_NEWADDR) in configure()
/freebsd/usr.sbin/ppp/
H A Darp.c264 if (ifm->ifm_type != RTM_IFINFO) in arp_EtherAddr()
H A Diface.c141 if (ifm->ifm_type != RTM_IFINFO) in iface_Create()
H A Droute.c247 if (ifm->ifm_type != RTM_IFINFO) in Index2Nam()
/freebsd/usr.sbin/rtsold/
H A Dif.c313 if (ifm->ifm_type == RTM_IFINFO) { in if_nametosdl()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c223 if (ifm->ifm_type != RTM_IFINFO || in eth_get()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3804 uint32_t ifm_type = 0; in qlnx_get_optics() local
3810 ifm_type = QLNX_IFM_100G_SR4; in qlnx_get_optics()
3812 ifm_type = IFM_40G_SR4; in qlnx_get_optics()
3814 ifm_type = QLNX_IFM_25G_SR; in qlnx_get_optics()
3816 ifm_type = (IFM_10G_LR | IFM_10G_SR); in qlnx_get_optics()
3818 ifm_type = (IFM_1000_SX | IFM_1000_LX); in qlnx_get_optics()
3824 ifm_type = QLNX_IFM_100G_CR4; in qlnx_get_optics()
3826 ifm_type = IFM_40G_CR4; in qlnx_get_optics()
3828 ifm_type = QLNX_IFM_25G_CR; in qlnx_get_optics()
3830 ifm_type = IFM_10G_TWINAX; in qlnx_get_optics()
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp.c889 if (ifm->ifm_type != RTM_IFINFO || in eth_get()
/freebsd/sbin/ipfw/
H A Dnat.c125 if (ifm->ifm_type == RTM_IFINFO) { in set_addr_dynamic()
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c569 ifm->ifm_type == RTM_IFINFO && in rtm_ifinfo_sleep()