Home
last modified time | relevance | path

Searched refs:ifam_type (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c199 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()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1282 …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()
/titanic_41/usr/src/uts/common/net/
H A Dif.h697 uchar_t ifam_type; /* message type */ member
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_frontend.c1507 switch (ifam->ifam_type) { in rts_mon()
1535 ifam->ifam_type); in rts_mon()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c1380 } else if (msg.ifam.ifam_type == RTM_DELADDR || in rtsock_event()
1381 msg.ifam.ifam_type == RTM_NEWADDR) { in rtsock_event()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c1427 rtm_event2str(ifam->ifam_type)); in vrrpd_rtsock_handler()
1429 switch (ifam->ifam_type) { in vrrpd_rtsock_handler()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c746 ifam->ifam_msglen, ifam->ifam_version, ifam->ifam_type, in dump_rt_msg()