HomeSort by: relevance | last modified time | path
    Searched refs:IN_IFF_NOTREADY (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
in_selsrc.c 354 if (ia->ia4_flags & IN_IFF_NOTREADY)
375 if (ia->ia4_flags & IN_IFF_NOTREADY)
in_var.h 78 #define IN_IFF_NOTREADY \
ip_icmp.c 742 if (ia && (ia->ia4_flags & IN_IFF_NOTREADY)) {
758 if ((ia->ia4_flags & IN_IFF_NOTREADY) == 0)
ip_input.c 334 if (ia->ia4_flags & IN_IFF_NOTREADY)
362 if (ia->ia4_flags & IN_IFF_NOTREADY)
651 * or IN_IFF_NOTREADY addresses as not mine.
if_arp.c 576 if (ia->ia4_flags & (IN_IFF_NOTREADY | IN_IFF_DETACHED)) {
1120 if (ia->ia4_flags & (IN_IFF_NOTREADY | IN_IFF_DETACHED))
in.c 1936 if (ia == NULL || ia->ia4_flags & IN_IFF_NOTREADY) {
  /src/usr.sbin/ifwatchd/
ifwatchd.c 296 if (addrflags & IN_IFF_NOTREADY)

Completed in 24 milliseconds