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
193
struct ipv6_addr *
delegating_prefix
;
member in struct:ipv6_addr
ipv6.c
661
if (ia->
delegating_prefix
!= NULL)
662
ia->
delegating_prefix
->flags &= ~IPV6_AF_NOREJECT;
802
if (ia->
delegating_prefix
!= NULL)
1019
iad->
delegating_prefix
= NULL;
1021
} else if (ia->
delegating_prefix
!= NULL) {
1022
TAILQ_REMOVE(&ia->
delegating_prefix
->pd_pfxs, ia, pd_next);
1052
(ap->
delegating_prefix
== NULL ||
1053
ap->
delegating_prefix
->iface != ifd))
dhcp6.c
1626
valid = (ia->
delegating_prefix
== NULL);
1651
ia->
delegating_prefix
? "DELEGATED6" :
2915
ia->
delegating_prefix
= prefix;
2953
&& ((delegated && ap->
delegating_prefix
) ||
2954
(!delegated && !ap->
delegating_prefix
))
4488
if (ap->
delegating_prefix
)
4497
if (ap->
delegating_prefix
== NULL)
Completed in 16 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026