HomeSort by: relevance | last modified time | path
    Searched refs:ixfr (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/mpl/bind/dist/bin/tests/system/ixfr/ns4/
named.conf.j2 38 ixfr-from-differences yes;
39 request-ixfr yes;
44 max-ixfr-ratio unlimited;
49 request-ixfr no;
  /src/external/mpl/bind/dist/bin/tests/system/ixfr/ns5/
named.conf.j2 25 provide-ixfr no;
39 ixfr-from-differences yes;
40 request-ixfr yes;
49 request-ixfr no;
  /src/external/mpl/bind/dist/bin/tests/system/ixfr/ns3/
named.conf.j2 38 ixfr-from-differences yes;
39 request-ixfr yes;
43 max-ixfr-ratio 75%;
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
good-server-christmas-tree.conf 28 provide-ixfr no;
31 request-ixfr no;
51 provide-ixfr no;
54 request-ixfr no;
bad-master-request-ixfr.conf 15 * request-ixfr clause is not allowed in zone of type primary.
20 request-ixfr no;
bad-maxratio1.conf 18 max-ixfr-ratio 0.9;
bad-maxratio2.conf 18 max-ixfr-ratio 0%;
good-maxratio1.conf 18 max-ixfr-ratio 50%;
good-maxratio2.conf 18 max-ixfr-ratio unlimited;
warn-maxratio1.conf 18 max-ixfr-ratio 101%;
  /src/external/mpl/bind/dist/bin/tests/system/stress/ns3/
named.conf.j2 40 provide-ixfr no;
44 request-ixfr no;
  /src/external/bsd/nsd/dist/
ixfr.c 2 * ixfr.c -- generating IXFR responses.
23 #include "ixfr.h"
32 * For optimal compression IXFR response packets are limited in size
436 /* parse the serial number from the IXFR query */
506 /* iterator over ixfr data. find first element, eg. oldest zone version
515 static struct ixfr_data* ixfr_data_first(struct zone_ixfr* ixfr)
518 if(!ixfr || !ixfr->data || ixfr->data->count==0
1474 struct zone_ixfr* ixfr = xalloc_zero(sizeof(struct zone_ixfr)); local
    [all...]
ixfr.h 2 * ixfr.h -- generating IXFR responses.
20 /* default for number of ixfr versions in files */
22 /* default for IXFR storage */
25 /* data structure that stores IXFR contents for a zone. */
28 * So it can be looked up on an incoming IXFR. They are sorted
30 * Tree of ixfr data for versions */
33 * sum of sizes of the ixfr data elements */
43 /* Data structure that stores one IXFR.
48 * The data structure is formatted like this so that making an IXFR
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/case/ns1/
named.conf.j2 25 ixfr-from-differences yes;
  /src/external/mpl/bind/dist/bin/tests/system/case/ns2/
named.conf.j2 25 ixfr-from-differences yes;
  /src/external/mpl/bind/dist/bin/tests/system/journal/
setup.sh 28 cp ns1/ixfr.db.in ns1/ixfr.db
29 cp ns1/ixfr.ver1.jnl.saved ns1/ixfr.db.jnl
  /src/external/mpl/bind/dist/bin/tests/system/names/ns1/
named.conf.j2 24 ixfr-from-differences yes;
  /src/external/mpl/bind/dist/bin/tests/system/rndc/ns7/
named.conf.j2 48 ixfr-from-differences yes;
  /src/external/mpl/bind/dist/bin/tests/system/spf/ns1/
named.conf.j2 25 ixfr-from-differences yes;
  /src/external/mpl/bind/dist/bin/tests/system/xfer/ns7/
named.conf.j2 32 ixfr-from-differences secondary;
  /src/external/mpl/bind/dist/bin/tests/system/journal/ns1/
named.conf.j2 80 zone ixfr {
82 ixfr-from-differences yes;
83 file "ixfr.db";
  /src/external/mpl/bind/dist/bin/tests/system/xfer/
setup.sh 36 cp -f ns1/ixfr-too-big.db.in ns1/ixfr-too-big.db
  /src/external/mpl/bind/dist/bin/tests/system/acl/ns2/
named.conf.j2 33 ixfr-from-differences yes;
named2.conf.j2 33 ixfr-from-differences yes;
named5.conf.j2 33 ixfr-from-differences yes;

Completed in 39 milliseconds

1 2 3