Searched refs:pRSMsg (Results 1 – 1 of 1) sorted by relevance
1276 mDNSlocal void PrintRoutingSocketMsg( const struct ifa_msghdr *pRSMsg) in PrintRoutingSocketMsg() argument1282 …int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->i… in PrintRoutingSocketMsg()1284 …printf( "ifa_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[ pRSMsg->ifam_t… in PrintRoutingSocketMsg()1294 struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; in ProcessRoutingNotification() local1302 PrintRoutingSocketMsg( pRSMsg); in ProcessRoutingNotification()1306 if ( pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR || in ProcessRoutingNotification()1307 pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()1309 if ( pRSMsg->ifam_type == RTM_IFINFO) in ProcessRoutingNotification()1310 result |= 1 << ((struct if_msghdr*) pRSMsg)->ifm_index; in ProcessRoutingNotification()1312 result |= 1 << pRSMsg->ifam_index; in ProcessRoutingNotification()