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

/darwin-on-arm/xnu/bsd/netinet/
H A Din.c377 int hostIsNew, maskIsNew; local
954 hostIsNew = 1;
961 hostIsNew = 0;
964 hostIsNew = 0;
985 if (addr.sin_family == AF_INET && (hostIsNew || maskIsNew)) {
1008 if (hostIsNew)
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6.c1449 int error = 0, hostIsNew = 0, plen = -1; local
1587 hostIsNew = 1;
1714 if ((error = in6_ifinit(ifp, ia, &ifra->ifra_addr, hostIsNew)) != 0)
1736 if (hostIsNew && in6if_do_dad(ifp))
1749 if (!hostIsNew) {
1959 if (hostIsNew && in6if_do_dad(ifp) &&
2011 if (hostIsNew) {

Completed in 32 milliseconds