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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1076 mDNSlocal void PrintNetLinkMsg(const struct nlmsghdr *pNLMsg) argument
1081 printf("nlmsghdr len=%d, type=%s, flags=0x%x\n", pNLMsg->nlmsg_len,
1082 pNLMsg->nlmsg_type < RTM_BASE ? kNLMsgTypes[pNLMsg->nlmsg_type] : kNLRtMsgTypes[pNLMsg->nlmsg_type - RTM_BASE],
1083 pNLMsg->nlmsg_flags);
1085 if (RTM_NEWLINK <= pNLMsg->nlmsg_type && pNLMsg->nlmsg_type <= RTM_GETLINK)
1087 struct ifinfomsg *pIfInfo = (struct ifinfomsg*) NLMSG_DATA(pNLMsg);
1092 else if (RTM_NEWADDR <= pNLMsg
1108 struct nlmsghdr *pNLMsg = (struct nlmsghdr*) buff; local
[all...]

Completed in 82 milliseconds