Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Din.c370 int error, hostIsNew, maskIsNew; in in_control0() local
395 hostIsNew = 1; /* moved here to appease gcc */ in in_control0()
426 hostIsNew = 0; in in_control0()
429 hostIsNew = 0; in in_control0()
554 1, hostIsNew); in in_control0()
592 (hostIsNew || maskIsNew)) { in in_control0()
599 hostIsNew); in in_control0()
959 const struct sockaddr_in *sin, int scrub, int hostIsNew) in in_ifinit() argument
975 if (hostIsNew && if_do_dad(ifp) && !in_nullhost(ia->ia_addr.sin_addr)) { in in_ifinit()
1055 if (hostIsNew && if_do_dad(ifp) && in in_ifinit()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Din6.c771 int error = 0, hostIsNew = 0, plen = -1; in in6_update_ifa1() local
903 hostIsNew = 1; in in6_update_ifa1()
952 if (hostIsNew) in in6_update_ifa1()
1011 } else if ((hostIsNew || was_tentative) && if_do_dad(ifp)) in in6_update_ifa1()
1024 if ((error = in6_ifinit(ifp, ia, &ifra->ifra_addr, hostIsNew)) != 0) { in in6_update_ifa1()
1025 if (hostIsNew) in in6_update_ifa1()
1033 if (!hostIsNew) in in6_update_ifa1()
1246 if (hostIsNew && if_do_dad(ifp) && in in6_update_ifa1()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_spppsubr.c4875 int error, hostIsNew; in sppp_set_ip_addrs() local
4886 hostIsNew = 0; in sppp_set_ip_addrs()
4890 hostIsNew = 1; in sppp_set_ip_addrs()
4904 error = in_ifinit(ifp, ifatoia(ifa), &new_sin, 0, hostIsNew); in sppp_set_ip_addrs()