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

/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1133 mDNSlocal void PrintRoutingSocketMsg(const struct ifa_msghdr *pRSMsg) argument
1139 int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->ifam_index;
1141 printf("ifa_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_type], index);
1151 struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; local
1159 PrintRoutingSocketMsg(pRSMsg);
1163 if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg
[all...]

Completed in 30 milliseconds