Searched refs:ifam_type (Results 1 – 7 of 7) sorted by relevance
199 if (ifa->ifam_type != rtm->rtm_type) { in routing_events_v4()202 ifa->ifam_type); in routing_events_v4()323 if (ifa->ifam_type != rtm->rtm_type) { in routing_events_v6()326 ifa->ifam_type); in routing_events_v6()
1282 …int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->i… in PrintRoutingSocketMsg()1284 …_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[ pRSMsg->ifam_type], index); in PrintRoutingSocketMsg()1306 if ( pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR || in ProcessRoutingNotification()1307 pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()1309 if ( pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()
697 uchar_t ifam_type; /* message type */ member
1507 switch (ifam->ifam_type) { in rts_mon()1535 ifam->ifam_type); in rts_mon()
1380 } else if (msg.ifam.ifam_type == RTM_DELADDR || in rtsock_event()1381 msg.ifam.ifam_type == RTM_NEWADDR) { in rtsock_event()
1427 rtm_event2str(ifam->ifam_type)); in vrrpd_rtsock_handler()1429 switch (ifam->ifam_type) { in vrrpd_rtsock_handler()
746 ifam->ifam_msglen, ifam->ifam_version, ifam->ifam_type, in dump_rt_msg()