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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c284 int hostIsNew, maskIsNew; local
677 hostIsNew = 1;
682 hostIsNew = 0;
685 hostIsNew = 0;
701 (hostIsNew || maskIsNew)) {
717 if (hostIsNew)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c985 int error = 0, hostIsNew = 0, plen = -1; local
1118 hostIsNew = 1;
1206 if ((error = in6_ifinit(ifp, ia, &ifra->ifra_addr, hostIsNew)) != 0)
1216 if (hostIsNew &&
1232 if (hostIsNew) {
1392 if (hostIsNew)

Completed in 50 milliseconds