Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c1533 mDNSlocal void PrintRoutingSocketMsg(const struct ifa_msghdr *pRSMsg) in PrintRoutingSocketMsg() argument
1539 …int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->if… in PrintRoutingSocketMsg()
1541 …printf("ifa_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_typ… in PrintRoutingSocketMsg()
1551 struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; in ProcessRoutingNotification() local
1559 PrintRoutingSocketMsg(pRSMsg); in ProcessRoutingNotification()
1563 switch (pRSMsg->ifam_type) in ProcessRoutingNotification()
1575 if (pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()
1576 result |= 1 << ((struct if_msghdr*) pRSMsg)->ifm_index; in ProcessRoutingNotification()
1578 result |= 1 << pRSMsg->ifam_index; in ProcessRoutingNotification()