HomeSort by: relevance | last modified time | path
    Searched defs:axfr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
xfrd-catalog-zones.h 59 /* Set if next generated xfr for the producer zone should be axfr */
60 unsigned axfr: 1; member in struct:xfrd_catalog_producer_zone
  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 52 * Incoming AXFR and IXFR.
75 * The states of the *XFR state machine. We handle both IXFR and AXFR
77 * immediately - an AXFR response to an IXFR request can only be detected
124 * may differ due to IXFR->AXFR fallback.
133 /*% Buffer for IXFR/AXFR request message */
174 * AXFR- and IXFR-specific data. Only one is used at a time
179 dns_rdatacallbacks_t axfr; member in struct:dns_xfrin_ctx
271 * AXFR handling
285 dns_rdatacallbacks_init(&xfr->axfr);
286 CHECK(dns_db_beginload(xfr->db, &xfr->axfr));
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 56 * Incoming AXFR and IXFR.
60 * The states of the *XFR state machine. We handle both IXFR and AXFR
62 * immediately - an AXFR response to an IXFR request can only be detected
133 * may differ due to IXFR->AXFR fallback.
143 /*% Buffer for IXFR/AXFR request message */
204 * AXFR- and IXFR-specific data. Only one is used at a time
209 dns_rdatacallbacks_t axfr; member in struct:dns_xfrin
317 * AXFR handling
335 dns_rdatacallbacks_init(&xfr->axfr);
336 CHECK(dns_db_beginload(xfr->db, &xfr->axfr));
    [all...]
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 2419 * Force TCP mode if we're doing an axfr.
3715 * the semantics of IXFR and AXFR protocols. Much of the complexity of
3728 bool axfr = lookup->rdtype == dns_rdatatype_axfr; local
3731 axfr = query->ixfr_axfr;
3738 * either an AXFR or IXFR. If there's no second_rr_type,
3784 axfr = query->ixfr_axfr = true;
3816 if (axfr) {
3817 debug("doing axfr, got second SOA");

Completed in 37 milliseconds