OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delegating_prefix
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
ipv6.h
182
struct ipv6_addr *
delegating_prefix
;
member in struct:ipv6_addr
ipv6.c
673
if (ia->
delegating_prefix
!= NULL)
674
ia->
delegating_prefix
->flags &= ~IPV6_AF_NOREJECT;
818
if (ia->
delegating_prefix
!= NULL)
1041
iad->
delegating_prefix
= NULL;
1043
} else if (ia->
delegating_prefix
!= NULL) {
1044
TAILQ_REMOVE(&ia->
delegating_prefix
->pd_pfxs, ia, pd_next);
1074
(ap->
delegating_prefix
== NULL ||
1075
ap->
delegating_prefix
->iface != ifd))
dhcp6.c
1675
valid = (ia->
delegating_prefix
== NULL);
1701
ia->
delegating_prefix
? "DELEGATED6" :
2945
ia->
delegating_prefix
= prefix;
2983
&& ((delegated && ap->
delegating_prefix
) ||
2984
(!delegated && !ap->
delegating_prefix
))
4500
if (ap->
delegating_prefix
)
4509
if (ap->
delegating_prefix
== NULL)
Completed in 57 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026