Searched refs:RTM_IFINFO (Results 1 – 6 of 6) sorted by relevance
207 if (ifm->ifm_type != RTM_IFINFO || in eth_get()
1139 …int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->i… in PrintRoutingSocketMsg()1164 pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()1166 if (pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()
690 case RTM_IFINFO: in update_myaddrs()
889 if (ifm->ifm_type != RTM_IFINFO || in eth_get()
851 case RTM_IFINFO: in bsd_wireless_event_receive()1665 RTM_IFINFO, RTM_IFANNOUNCE, in bsd_global_init()
3136 pub const RTM_IFINFO: ::c_int = 0xe; constant