Searched defs:pRSMsg (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1132 mDNSlocal void PrintRoutingSocketMsg(const struct ifa_msghdr *pRSMsg) argument
1138 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);
1150 struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; local
1158 PrintRoutingSocketMsg(pRSMsg);
1162 if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg
[all...]

Completed in 71 milliseconds