Home
last modified time | relevance | path

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

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