Home
last modified time | relevance | path

Searched refs:hostIsNew (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netipx/
Dipx.c105 int dstIsNew, hostIsNew; in ipx_control() local
269 hostIsNew = 1; in ipx_control()
273 hostIsNew = 0; in ipx_control()
276 hostIsNew = 0; in ipx_control()
280 if (hostIsNew == 0) in ipx_control()
286 (hostIsNew || dstIsNew)) in ipx_control()
/freebsd-10-stable/sys/netinet6/
Din6.c1011 int error = 0, hostIsNew = 0, plen = -1; in in6_update_ifa() local
1122 hostIsNew = 1; in in6_update_ifa()
1226 if ((error = in6_ifinit(ifp, ia, &ifra->ifra_addr, hostIsNew)) != 0) in in6_update_ifa()
1253 (hostIsNew || (ND_IFINFO(ifp)->flags & ND6_IFF_IFDISABLED))) in in6_update_ifa()
1259 if (!hostIsNew) in in6_update_ifa()
1308 KASSERT(hostIsNew, ("in6_update_ifa: !hostIsNew")); in in6_update_ifa()
1317 if (hostIsNew) { in in6_update_ifa()
1324 KASSERT(hostIsNew, ("in6_update_ifa: cleanup: !hostIsNew")); in in6_update_ifa()
/freebsd-10-stable/sys/netinet/
Din.c220 int error, hostIsNew, iaIsNew, maskIsNew; in in_control() local
485 hostIsNew = 1; in in_control()
489 hostIsNew = 0; in in_control()
513 if (hostIsNew || maskIsNew) in in_control()