Searched refs:ifam_type (Results 1 - 4 of 4) sorted by relevance

/external/libpcap/Win32/Include/net/
H A Dif.h130 u_char ifam_type; /* message type */ member in struct:ifa_msghdr
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1138 int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->ifam_index;
1140 printf("ifa_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_type], index);
1162 if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR ||
1163 pRSMsg->ifam_type == RTM_IFINFO)
1165 if (pRSMsg->ifam_type == RTM_IFINFO)
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_recv_thread.c163 if (ifa->ifam_type != RTM_DELADDR && ifa->ifam_type != RTM_NEWADDR) {
168 switch (ifa->ifam_type) {
171 sctp_handle_ifamsg(ifa->ifam_type, ifa->ifam_index, rti_info[RTAX_IFA]);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h307 unsigned char ifam_type; member in struct:ifa_msghdr

Completed in 506 milliseconds