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

  /src/sys/netinet/
in.c 1188 } else if (hostIsNew && if_do_dad(ifp) && ip_dad_enabled())
1295 if_do_dad(ifp))
1552 if (if_do_dad(ifp) && ia->ia_dad_start != NULL)
  /src/sys/netinet6/
in6.c 1300 } else if ((hostIsNew || was_tentative) && if_do_dad(ifp) &&
1385 if (hostIsNew && if_do_dad(ifp) &&
2234 if (ip6_dad_enabled() && if_do_dad(ifp)) {
  /src/sys/net/
if.h 1145 int if_do_dad(struct ifnet *);
if.c 3887 if_do_dad(struct ifnet *ifp) function in typeref:typename:int

Completed in 65 milliseconds