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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1179 mDNSlocal void PrintRoutingSocketMsg(const struct ifa_msghdr *pRSMsg) argument
1185 int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->ifam_index;
1187 printf("ifa_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_type], index);
1197 struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; local
1205 PrintRoutingSocketMsg(pRSMsg);
1209 switch (pRSMsg->ifam_type)
1221 if (pRSMsg
[all...]

Completed in 74 milliseconds