Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1132 mDNSlocal void PrintRoutingSocketMsg(const struct ifa_msghdr *pRSMsg) in PrintRoutingSocketMsg() argument
1138 …int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->i… in PrintRoutingSocketMsg()
1140 …printf("ifa_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_typ… in PrintRoutingSocketMsg()
1150 struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; in ProcessRoutingNotification() local
1158 PrintRoutingSocketMsg(pRSMsg); in ProcessRoutingNotification()
1162 if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR || in ProcessRoutingNotification()
1163 pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()
1165 if (pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()
1166 result |= 1 << ((struct if_msghdr*) pRSMsg)->ifm_index; in ProcessRoutingNotification()
1168 result |= 1 << pRSMsg->ifam_index; in ProcessRoutingNotification()