Searched refs:ifMsg (Results 1 – 1 of 1) sorted by relevance
796 struct if_msghdr ifMsg; in HandleRoutingInfo() local800 bytes = read (fd, &ifMsg, sizeof ifMsg); in HandleRoutingInfo()807 if (ifMsg.ifm_version != RTM_VERSION) { in HandleRoutingInfo()814 printf ("Routing message %#x received.\n", ifMsg.ifm_type); in HandleRoutingInfo()816 if ((ifMsg.ifm_type == RTM_NEWADDR || ifMsg.ifm_type == RTM_IFINFO)) { in HandleRoutingInfo()819 if (ifMsg.ifm_index == mip->ifIndex) { in HandleRoutingInfo()