| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| xfrin.c | 75 * The states of the *XFR state machine. We handle both IXFR and AXFR 208 axfr_init(dns_xfrin_ctx_t *xfr); 210 axfr_makedb(dns_xfrin_ctx_t *xfr, dns_db_t **dbp); 212 axfr_putdata(dns_xfrin_ctx_t *xfr, dns_diffop_t op, dns_name_t *name, 215 axfr_apply(dns_xfrin_ctx_t *xfr); 217 axfr_commit(dns_xfrin_ctx_t *xfr); 219 axfr_finalize(dns_xfrin_ctx_t *xfr); 222 ixfr_init(dns_xfrin_ctx_t *xfr); 224 ixfr_apply(dns_xfrin_ctx_t *xfr); 226 ixfr_putdata(dns_xfrin_ctx_t *xfr, dns_diffop_t op, dns_name_t *name 708 dns_xfrin_ctx_t *xfr = NULL; local 765 dns_xfrin_ctx_t *xfr = *xfrp; local 854 dns_xfrin_ctx_t *xfr = NULL; local 1024 dns_xfrin_ctx_t *xfr = (dns_xfrin_ctx_t *)event->ev_arg; local 1251 dns_xfrin_ctx_t *xfr = (dns_xfrin_ctx_t *)event->ev_arg; local 1276 dns_xfrin_ctx_t *xfr = (dns_xfrin_ctx_t *)ev->ev_arg; local 1524 dns_xfrin_ctx_t *xfr = (dns_xfrin_ctx_t *)event->ev_arg; local [all...] |
| zone.c | 358 dns_xfrin_ctx_t *xfr; /* task locked */ member in struct:dns_zone 359 dns_tsigkey_t *tsigkey; /* key used for xfr */ 11963 if (tresult == ISC_R_SUCCESS && zone->xfr == NULL) { 14974 if (zone->xfr != NULL) { 14975 dns_xfrin_shutdown(zone->xfr); 17738 * If creating the transfer object failed, zone->xfr is NULL. 17744 if (zone->xfr != NULL) { 17745 dns_xfrin_detach(&zone->xfr); 18138 zone->task, zone_xfrdone, &zone->xfr);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| xfrin.c | 60 * The states of the *XFR state machine. We handle both IXFR and AXFR 171 * all store and load operations that affect XFR are done on the same 240 dns_xfrin_t *xfr; member in struct:xfrin_work 258 axfr_init(dns_xfrin_t *xfr); 260 axfr_putdata(dns_xfrin_t *xfr, dns_diffop_t op, dns_name_t *name, dns_ttl_t ttl, 263 axfr_commit(dns_xfrin_t *xfr); 265 axfr_finalize(dns_xfrin_t *xfr); 268 ixfr_init(dns_xfrin_t *xfr); 270 ixfr_putdata(dns_xfrin_t *xfr, dns_diffop_t op, dns_name_t *name, dns_ttl_t ttl, 273 ixfr_commit(dns_xfrin_t *xfr); 387 dns_xfrin_t *xfr = work->xfr; local 415 dns_xfrin_t *xfr = work->xfr; local 604 dns_xfrin_t *xfr = work->xfr; local 648 dns_xfrin_t *xfr = work->xfr; local 977 dns_xfrin_t *xfr = NULL; local 1041 dns_xfrin_t *xfr = arg; local 1196 dns_xfrin_t *xfr = arg; local 1302 dns_xfrin_t *xfr = NULL; local 1481 dns_xfrin_t *xfr = (dns_xfrin_t *)arg; local 1763 dns_xfrin_t *xfr = (dns_xfrin_t *)arg; local 1852 dns_xfrin_t *xfr = (dns_xfrin_t *)arg; local [all...] |
| zone.c | 321 dns_xfrin_t *xfr; member in struct:dns_zone 350 dns_tsigkey_t *tsigkey; /* key used for xfr */ 351 dns_transport_t *transport; /* transport used for xfr */ 11993 if (tresult == ISC_R_SUCCESS && zone->xfr == NULL) { 14734 * through the XFR channel instead of doing dns_request that doesn't 15121 if (zone->xfr != NULL) { 15123 dns_xfrin_shutdown(zone->xfr); 18274 if (zone->xfr != NULL) { 18275 dns_xfrin_detach(&zone->xfr); 18629 dns_xfrin_t *xfr = NULL local 19924 dns_xfrin_t *xfr = NULL; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| xfrin.h | 83 * will use the same transport as the XFR), or when there is no 90 dns_xfrin_start(dns_xfrin_t *xfr, dns_xfrindone_t done); 92 * Attempt to start an incoming zone transfer of 'xfr->zone' 93 * using the previously created '*xfr' object. 99 *\li 'xfr' is a valid dns_xfrin_t object and is associated with a zone. 106 dns_xfrin_getstarttime(dns_xfrin_t *xfr); 111 *\li 'xfr' is a valid dns_xfrin_t. 119 dns_xfrin_getstate(const dns_xfrin_t *xfr, const char **statestr, 129 *\li 'xfr' is a valid dns_xfrin_t. 134 dns_xfrin_getendserial(dns_xfrin_t *xfr); [all...] |
| /src/external/mpl/bind/dist/lib/ns/ |
| xfrout.c | 644 dns_rdatatype_t qtype; /* dns_rdatatype_{a,i}xfr */ 649 rrstream_t *stream; /* The XFR RR stream */ 666 uint32_t end_serial; /* Serial number after XFR is done */ 670 uint64_t maxtime; /*%< Maximum XFR timeout (in ms) */ 673 uint64_t idletime; /*%< XFR idle timeout (in ms) */ 690 sendstream(xfrout_ctx_t *xfr); 696 xfrout_fail(xfrout_ctx_t *xfr, isc_result_t result, const char *msg); 699 xfrout_maybe_destroy(xfrout_ctx_t *xfr); 712 xfrout_log(xfrout_ctx_t *xfr, int level, const char *fmt, ...) 740 xfrout_ctx_t *xfr = NULL local 1229 xfrout_ctx_t *xfr = NULL; local 1329 xfrout_ctx_t *xfr = (xfrout_ctx_t *)arg; local 1652 xfrout_ctx_t *xfr = *xfrp; local 1693 xfrout_ctx_t *xfr = (xfrout_ctx_t *)arg; local 1769 xfrout_ctx_t *xfr = (xfrout_ctx_t *)arg; local [all...] |
| /src/external/bsd/unbound/dist/testdata/auth_tls.tdir/ |
| auth_tls.nsd.conf | 20 provide-xfr: 0.0.0.0/0 NOKEY 21 provide-xfr: ::0/0 NOKEY
|
| /src/external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/ |
| auth_tls_failcert.nsd.conf | 20 provide-xfr: 0.0.0.0/0 NOKEY 21 provide-xfr: ::0/0 NOKEY
|
| /src/external/bsd/unbound/dist/services/ |
| authzone.c | 100 static void xfr_set_timeout(struct auth_xfer* xfr, struct module_env* env, 103 static void xfr_probe_send_or_end(struct auth_xfer* xfr, 107 static int xfr_start_probe(struct auth_xfer* xfr, struct module_env* env, 110 void auth_xfer_delete(struct auth_xfer* xfr); 2028 /** Find auth_zone SOA and populate the values in xfr(soa values). */ 2030 xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr) 2053 xfr->have_zone = 1; 2054 xfr->serial = sldns_read_uint32(d->rr_data[0]+(d->rr_len[0]-20)); 2055 xfr->refresh = sldns_read_uint32(d->rr_data[0]+(d->rr_len[0]-16)); 2056 xfr->retry = sldns_read_uint32(d->rr_data[0]+(d->rr_len[0]-12)) 2240 struct auth_xfer* xfr; local 3859 struct auth_xfer* xfr; local 3889 struct auth_xfer* xfr; local 5751 struct auth_xfer* xfr = (struct auth_xfer*)arg; local 6190 struct auth_xfer* xfr = (struct auth_xfer*)arg; local 6231 struct auth_xfer* xfr = (struct auth_xfer*)arg; local 6314 struct auth_xfer* xfr = (struct auth_xfer*)arg; local 6528 struct auth_xfer* xfr = (struct auth_xfer*)arg; local 6564 struct auth_xfer* xfr = (struct auth_xfer*)arg; local 6836 struct auth_xfer* xfr = (struct auth_xfer*)arg; local 6914 struct auth_xfer* xfr = (struct auth_xfer*)arg; local 7145 struct auth_xfer* xfr; local 7217 struct auth_xfer* xfr; local 8794 struct auth_xfer* xfr; local [all...] |
| authzone.h | 415 * 1 we saw the first, 2 we saw the second, 3 must be last SOA in xfr*/ 508 * Stops the xfr tasks. But leaves zone data. 649 /** Find auth_zone SOA and populate the values in xfr(soa values). */ 650 int xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr); 817 * @param xfr: delete this xfer and its tasks. 819 void auth_xfer_delete(struct auth_xfer* xfr); 822 * Disown tasks from the xfr that belong to this worker. 826 * @param xfr: xfr structure 829 void xfr_disown_tasks(struct auth_xfer* xfr, struct worker* worker) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/nsec3/ns2/ |
| named.conf.j2 | 42 {% if "nsec3-xfr-inline.kasp" in zones %} 43 zone "nsec3-xfr-inline.kasp" { 45 file "nsec3-xfr-inline.kasp.db"; 48 {% endif %}{# nsec3-xfr-inline.kasp #} 58 {% endif %}{# nsec3-xfr-inline.kasp #}
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| xfrin.h | 78 dns_xfrin_shutdown(dns_xfrin_ctx_t *xfr); 80 * If the zone transfer 'xfr' has already finished,
|
| /src/external/bsd/nsd/dist/ |
| xfrd.c | 2 * xfrd.c - XFR (transfer) Daemon source file. Coordinates SOA updates. 68 /* delete pending task xfr files in tmp */ 110 static void xfrd_free_zone_xfr(xfrd_zone_type* zone, xfrd_xfr_type* xfr); 425 /* unlink xfr files for running transfers */ 428 xfrd_xfr_type *xfr; local 429 for(xfr = zone->latest_xfr; xfr != NULL; xfr = xfr->prev) { 430 if (xfr->acquired == 0 701 xfrd_xfr_type* xfr; local 2441 xfrd_xfr_type *xfr; local 2849 xfrd_xfr_type* xfr; local 2913 xfrd_xfr_type* xfr; local [all...] |
| xfrd-disk.c | 2 * xfrd-disk.c - XFR (transfer) Daemon TCP system source file. Read/Write state to disk. 470 fprintf(out, "# This file is written on exit by nsd xfr daemon.\n"); 475 fprintf(out, "# The file is read on start (but not on reload) by nsd xfr daemon.\n"); 528 snprintf(buf, sz, "%snsd-xfr-%d", 569 snprintf(buf, sz, "%s/xfr.%lld", tnm, (long long)number); 576 FILE* xfr; local 578 xfr = fopen(fname, mode); 579 if(!xfr && errno == ENOENT) { 582 xfr = fopen(fname, mode); 584 if(!xfr) { [all...] |
| xfrd.h | 2 * xfrd.h - XFR (transfer) Daemon header file. Coordinates SOA updates. 66 /* counter for xfr file numbers */ 132 * XFR daemon SOA information kept in network format. 221 /* xfr message handling data */ 231 * State for a single zone XFR 238 time_t acquired; /* time xfr was acquired */ 244 uint64_t xfrfilenumber; /* identifier for file to store xfr into, 440 provide-xfr acl matching notify sender or -1 */ 479 /* handle incoming notify (soa or NULL) and start zone xfr if necessary */ 489 void xfrd_delete_zone_xfr(xfrd_zone_type *zone, xfrd_xfr_type *xfr); [all...] |
| Makefile.in | 102 ALL_OBJ=$(NSD_OBJ) nsd-checkconf.o nsd-checkzone.o nsd-control.o nsd-mem.o xfr-inspect.o 235 xfr-inspect: simdzone/libzone.a xfr-inspect.o $(COMMON_OBJ) zonec.o $(LIBOBJS) 236 $(LINK) -o $@ xfr-inspect.o $(COMMON_OBJ) zonec.o $(LIBOBJS) simdzone/libzone.a $(SSL_LIBS) $(LIBS) 253 rm -f *.o *.ll $(TARGETS) $(MANUALS) cutest popen3_echo xfr-inspect nsd-mem 645 xfr-inspect.o: $(srcdir)/xfr-inspect.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/util.h $(srcdir)/bitset.h \
|
| /src/external/mpl/bind/dist/bin/tests/system/optout/ |
| tests_optout.py | 63 xfr = dns.zone.Zone(origin=f"{qname}.", relativize=False) 65 where=server.ip, txn_manager=xfr, port=int(os.environ["PORT"]) 67 return xfr
|
| /src/external/bsd/libbind/dist/tests/ |
| dig8.c | 309 ns_type xfr = ns_t_invalid; local 430 xfr = ns_t_invalid; 508 xfr = tmp; 517 xfr = tmp; 640 xfr = (ns_type)tmp; 868 if (ns_t_xfr_p(xfr)) { 877 x = printZone(xfr, domain, 881 x = printZone(xfr, domain, 1282 printZone(ns_type xfr, const char *zone, const struct sockaddr_in *sin, 1302 switch (xfr) { [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| statschannel.c | 1468 dns_xfrin_t *xfr = NULL; local 1482 if (dns_zone_getxfr(zone, &xfr, &is_firstrefresh, &is_running, 1497 if (xfr != NULL) { 1498 dns_xfrin_detach(&xfr); 1504 if (is_running && xfr == NULL) { 1539 serial = dns_xfrin_getendserial(xfr); 1560 dns_xfrin_getstate(xfr, &xfr_state, &is_first_data_received, 1586 addrp = dns_xfrin_getsourceaddr(xfr); 1600 addrp = dns_xfrin_getprimaryaddr(xfr); 1619 transport_type = dns_xfrin_getsoatransporttype(xfr); 2550 dns_xfrin_t *xfr = NULL; local [all...] |
| /src/external/bsd/unbound/dist/daemon/ |
| remote.c | 3200 struct auth_xfer* xfr = NULL; local 3210 xfr = auth_xfer_find(az, nm, nmlen, LDNS_RR_CLASS_IN); 3211 if(xfr) { 3212 lock_basic_lock(&xfr->lock); 3218 if(xfr) { 3219 lock_basic_unlock(&xfr->lock); 3226 if(xfr) { 3227 lock_basic_unlock(&xfr->lock); 3234 if(xfr) { 3235 xfr->zone_expired = 0 7622 struct auth_xfer* xfr = NULL; local 7698 struct auth_xfer* xfr = NULL, *loadxfr = NULL; local 7745 struct auth_xfer* loadxfr = NULL, *xfr = NULL; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/nsec3/ns3/ |
| named-fips.conf.j2 | 167 {% if "nsec3-xfr-inline.kasp" in zones %} 171 zone "nsec3-xfr-inline.kasp" { 173 file "nsec3-xfr-inline.kasp.db"; 177 {% endif %}{# nsec3-xfr-inline.kasp #}
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 4650 const char *xfr; local 4693 xfr = sources[source].v6; 4695 xfr = sources[source].v4; 4697 (void)cfg_map_get(v1, xfr, &obj); 4702 p1, xfr); 4713 xfr = sources[source].v4; 4715 xfr = sources[source].v6; 4717 (void)cfg_map_get(v1, xfr, &obj); 4731 xfr, port); 4739 xfr); [all...] |
| /src/external/mpl/bind/dist/bin/dig/ |
| dighost.c | 3479 * For transfers that involve multiple recvs (XFR's in particular), 3488 bool xfr; local 3516 xfr = query->lookup->rdtype == dns_rdatatype_ixfr || 3518 if (xfr && 3714 * Check if the ongoing XFR needs more data before it's complete, using 4463 * Once we are in the XFR message, increase 4465 * outages won't cause the XFR to abort
|