OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_zone
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/stress/
tests_stress_update.py
36
def
update_zone
(test_state, zone):
function
64
updaters.append(executor.submit(
update_zone
, test_state, zone))
66
# All the
update_zone
() tasks are expected to complete within 5
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c
164
make_delete(delete_t **delete_list, delete_t **delete_out, dns_rr_t *rr, dns_name_t *
update_zone
)
188
dp->zone = dns_name_subdomain_of(rr->name,
update_zone
);
190
DNS_NAME_GEN_SRP(
update_zone
, update_zone_buf);
193
DNS_NAME_PARAM_SRP(
update_zone
, update_zone_buf), DNS_NAME_PARAM_SRP(rr->name, name_buf));
264
dns_name_t *
update_zone
= NULL, *replacement_zone = NULL;
local
330
update_zone
= message->questions[0].name;
331
if (service_update_zone != NULL && dns_names_equal_text(
update_zone
, "default.service.arpa.")) {
334
dns_name_print(
update_zone
, namebuf2, sizeof(namebuf2)),
341
dns_name_print(
update_zone
, namebuf2, sizeof(namebuf2)), service_update_zone);
354
int status = make_delete(&deletes, NULL, rr,
update_zone
);
[
all
...]
srp-proxy.h
32
void srp_proxy_init(const char *NONNULL
update_zone
);
srp-mdns-proxy.h
291
dns_name_t *NULLABLE
update_zone
; // Zone being updated
member in struct:client_update
srp-dns-proxy.c
886
service_instance_t *instance, service_t *service, dns_name_t *
update_zone
,
912
update->zone_name =
update_zone
;
Completed in 19 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026