OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xpanid_prefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.h
357
struct in6_addr
xpanid_prefix
;
member in struct:route_state
route.c
624
int cmp = in6prefix_compare(&prefix->prefix, &route_state->
xpanid_prefix
, 8);
691
if (in6prefix_compare(&option->option.prefix_information.prefix, &route_state->
xpanid_prefix
, 8))
1709
interface->ipv6_prefix = route_state->
xpanid_prefix
;
2242
in6addr_zero(&route_state->
xpanid_prefix
);
2243
route_state->
xpanid_prefix
.s6_addr[0] = 0xfd;
2245
route_state->
xpanid_prefix
.s6_addr[i] = ((route_state->srp_server->xpanid >> ((8 - i) * 8)) & 0xFFU);
Completed in 17 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026