Home
last modified time | relevance | path

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

/external/libpcap/Win32/Include/net/
Dif.h130 u_char ifam_type; /* message type */ member
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1139 …int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->i… in PrintRoutingSocketMsg()
1141 …a_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_type], index); in PrintRoutingSocketMsg()
1163 if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR || in ProcessRoutingNotification()
1164 pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()
1166 if (pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()