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) {
202 ifa->ifam_type);
323 if (ifa->ifam_type != rtm->rtm_type) {
326 ifa->ifam_type);
/illumos-gate/usr/src/boot/include/net/
H A Dif.h303 u_char ifam_type; /* message type */ member in struct:ifa_msghdr
325 u_char ifam_type; /* message type */ member in struct:ifa_msghdrl
/illumos-gate/usr/src/uts/common/net/
H A Dif.h697 uchar_t ifam_type; /* message type */ member in struct:ifa_msghdr
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1185 int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->ifam_index;
1187 printf("ifa_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_type], index);
1209 switch (pRSMsg->ifam_type)
1221 if (pRSMsg->ifam_type == RTM_IFINFO)
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c1507 switch (ifam->ifam_type) {
1535 ifam->ifam_type);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c1380 } else if (msg.ifam.ifam_type == RTM_DELADDR ||
1381 msg.ifam.ifam_type == RTM_NEWADDR) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c1427 rtm_event2str(ifam->ifam_type));
1429 switch (ifam->ifam_type) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c746 ifam->ifam_msglen, ifam->ifam_version, ifam->ifam_type,

Completed in 121 milliseconds