Searched refs:ifMsg (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sbin/natd/
H A Dnatd.c799 struct if_msghdr ifMsg; local
803 bytes = read (fd, &ifMsg, sizeof ifMsg);
810 if (ifMsg.ifm_version != RTM_VERSION) {
817 printf ("Routing message %#x received.\n", ifMsg.ifm_type);
819 if ((ifMsg.ifm_type == RTM_NEWADDR || ifMsg.ifm_type == RTM_IFINFO)) {
822 if (ifMsg.ifm_index == mip->ifIndex) {

Completed in 114 milliseconds