OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostIsNew
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
in.c
408
int error,
hostIsNew
, maskIsNew;
454
hostIsNew
= 1; /* moved here to appease gcc */
495
hostIsNew
= 0;
498
hostIsNew
= 0;
686
(
hostIsNew
|| maskIsNew)) {
1155
int s, oldflags, flags = RTF_UP, error,
hostIsNew
;
1170
hostIsNew
= oldaddr.sin_family != AF_INET ||
1183
hostIsNew
= 1;
1188
} else if (
hostIsNew
&& if_do_dad(ifp) && ip_dad_enabled())
1212
if (oldaddr.sin_family == AF_INET && (scrub ||
hostIsNew
)) {
[
all
...]
/src/sys/netinet6/
in6.c
1064
int error = 0,
hostIsNew
= 0, plen = -1;
1214
hostIsNew
= 1;
1300
} else if ((
hostIsNew
|| was_tentative) && if_do_dad(ifp) &&
1325
if (
hostIsNew
) {
1337
error = in6_ifinit(ifp, ia, &ifra->ifra_addr,
hostIsNew
);
1339
if (
hostIsNew
)
1348
if (!
hostIsNew
) {
1385
if (
hostIsNew
&& if_do_dad(ifp) &&
1429
if (
hostIsNew
)
Completed in 15 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025