Home
last modified time | relevance | path

Searched refs:pNLMsg (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1173 mDNSlocal void PrintNetLinkMsg( const struct nlmsghdr *pNLMsg) in PrintNetLinkMsg() argument
1178 printf( "nlmsghdr len=%d, type=%s, flags=0x%x\n", pNLMsg->nlmsg_len, in PrintNetLinkMsg()
1179pNLMsg->nlmsg_type < RTM_BASE ? kNLMsgTypes[ pNLMsg->nlmsg_type] : kNLRtMsgTypes[ pNLMsg->nlmsg_ty… in PrintNetLinkMsg()
1180 pNLMsg->nlmsg_flags); in PrintNetLinkMsg()
1182 if ( RTM_NEWLINK <= pNLMsg->nlmsg_type && pNLMsg->nlmsg_type <= RTM_GETLINK) in PrintNetLinkMsg()
1184 struct ifinfomsg *pIfInfo = (struct ifinfomsg*) NLMSG_DATA( pNLMsg); in PrintNetLinkMsg()
1189 else if ( RTM_NEWADDR <= pNLMsg->nlmsg_type && pNLMsg->nlmsg_type <= RTM_GETADDR) in PrintNetLinkMsg()
1191 struct ifaddrmsg *pIfAddr = (struct ifaddrmsg*) NLMSG_DATA( pNLMsg); in PrintNetLinkMsg()
1205 struct nlmsghdr *pNLMsg = (struct nlmsghdr*) buff; in ProcessRoutingNotification() local
1218 if ( ( (char*) &pNLMsg[1] > ( buff + readCount)) || // i.e. *pNLMsg extends off end of buffer in ProcessRoutingNotification()
[all …]