Lines Matching refs:ifa_msghdr
1133 mDNSlocal void PrintRoutingSocketMsg(const struct ifa_msghdr *pRSMsg)
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;
1155 if (readCount < (ssize_t) sizeof(struct ifa_msghdr))