Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/boot/include/net/
H A Dif.h303 u_char ifam_type; /* message type */ member
325 u_char ifam_type; /* message type */ member
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c1516 switch (ifam->ifam_type) { in rts_mon()
1544 ifam->ifam_type); in rts_mon()
/illumos-gate/usr/src/uts/common/net/
H A Dif.h697 uchar_t ifam_type; /* message type */ member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c1539 …int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->if… in PrintRoutingSocketMsg()
1541 …a_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_type], index); in PrintRoutingSocketMsg()
1563 switch (pRSMsg->ifam_type) in ProcessRoutingNotification()
1575 if (pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c1521 } else if (msg.ifam.ifam_type == RTM_DELADDR || in rtsock_event()
1522 msg.ifam.ifam_type == RTM_NEWADDR) { in rtsock_event()
/illumos-gate/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()
/illumos-gate/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()