HomeSort by: relevance | last modified time | path
    Searched defs:update_zone (Results 1 - 3 of 3) 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-mdns-proxy.h 291 dns_name_t *NULLABLE update_zone; // Zone being updated member in struct:client_update

Completed in 21 milliseconds