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
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.h
113
uint64_t
xpanid
;
member in struct:srp_server_state
route.c
359
route_state->partition_has_xpanid ? " route_state->
xpanid
" : " !route_state->
xpanid
",
628
" is advertising
xpanid
prefix " PRI_SEGMENTED_IPv6_ADDR_SRP ": not considering it usable",
631
// If it's the
xpanid
prefix, we will also advertise the
xpanid
prefix
672
// We can't tell whether any particular prefix is usable until we've gotten the
xpanid
.
782
" is advertising the
xpanid
prefix: not counting as usable ",
2230
ERROR("Unexpected change to
XPANID
from %" PRIu64 " to %" PRIu64,
2231
route_state->srp_server->
xpanid
, new_xpanid);
2233
INFO("
XPANID
is now %" PRIu64, new_xpanid)
[
all
...]
srp-replication.c
3416
snprintf(xpanid_buf, sizeof(xpanid_buf), "%" PRIx64, server_state->
xpanid
);
3417
xpanid_string = TXTRecordGetValuePtr(service->txt_length, service->txt_rdata, "
xpanid
", &xpanid_string_len);
3432
INFO("discovered srpl instance is not for
xpanid
" PRI_S_SRP ", not " PRI_S_SRP
6153
snprintf(xpanid_buf, sizeof(xpanid_buf), "%" PRIx64, domain->server_state->
xpanid
);
6154
err = TXTRecordSetValue(&txt_record, "
xpanid
", strlen(xpanid_buf), xpanid_buf);
6156
ERROR("unable to set
xpanid
in TXT record for _srpl-tls._tcp to " PUB_S_SRP, dataset_id_buf);
srp-mdns-proxy.c
4176
} else if (!strcmp(argv[i], "--fake-
xpanid
")) {
4180
srp_servers->
xpanid
= strtoul(argv[i + 1], &end, 16);
Completed in 23 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026