Searched refs:ifm_type (Results 1 – 14 of 14) sorted by relevance
481 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()
328 u_char ifm_type; /* message type */ member351 u_char ifm_type; /* message type */ member
89 uint8_t ifm_type; member100 uint8_t ifm_type; member
814 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()
631 if (ifm->ifm_type == RTM_IFINFO) { in configure() 643 if (ifm->ifm_type != RTM_NEWADDR) in configure()
264 if (ifm->ifm_type != RTM_IFINFO) in arp_EtherAddr()
141 if (ifm->ifm_type != RTM_IFINFO) in iface_Create()
247 if (ifm->ifm_type != RTM_IFINFO) in Index2Nam()
313 if (ifm->ifm_type == RTM_IFINFO) { in if_nametosdl()
223 if (ifm->ifm_type != RTM_IFINFO || in eth_get()
3804 uint32_t ifm_type = 0; in qlnx_get_optics() local3810 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 …]
889 if (ifm->ifm_type != RTM_IFINFO || in eth_get()
125 if (ifm->ifm_type == RTM_IFINFO) { in set_addr_dynamic()
569 ifm->ifm_type == RTM_IFINFO && in rtm_ifinfo_sleep()