Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Difiter_sysctl.c166 if (ifam->ifam_type == RTM_IFINFO) { in internal_current()
205 } else if (ifam->ifam_type == RTM_NEWADDR) { in internal_current()
/freebsd/sys/net/
H A Dif.h368 u_char ifam_type; /* message type */ member
391 u_char ifam_type; /* message type */ member
H A Drtsock.c114 uint8_t ifam_type; member
/freebsd/usr.sbin/ppp/
H A Darp.c272 if (ifam->ifam_type != RTM_NEWADDR) /* finished ? */ in arp_EtherAddr()
H A Diface.c163 if (ifam->ifam_type != RTM_NEWADDR) /* finished this if */ in iface_Create()
/freebsd/sbin/routed/
H A Dif.c705 if (ifam->ifam_type == RTM_OIFINFO) in ifinit()
708 if (ifam->ifam_type == RTM_IFINFO) { in ifinit()
732 if (ifam->ifam_type != RTM_NEWADDR) { in ifinit()
/freebsd/tests/sys/net/routing/
H A Drtsock_print.h325 printf("%s: len %hu, ifindex: %d, flags: %s\n", msgtypes[ifam->ifam_type], in rtsock_print_ifa()
/freebsd/usr.sbin/rtadvd/
H A Dif.c629 if (ifam->ifam_type != RTM_NEWADDR) in get_next_msghdr()
/freebsd/sbin/ipfw/
H A Dnat.c148 if (ifam->ifam_type != RTM_NEWADDR) in set_addr_dynamic()
/freebsd/sbin/natd/
H A Dnatd.c955 if (ifam->ifam_type != RTM_NEWADDR) in SetAliasAddressFromIfName()