Searched refs:queries (Results 1 - 20 of 20) sorted by relevance

/bind-9.11.3/bin/tests/system/rrl/ns2/
H A Dnamed.conf53 channel queries {
54 file "log-queries";
57 category rate-limit { debug; queries; };
58 category queries { debug; queries; };
/bind-9.11.3/bin/tests/system/rrl/ns4/
H A Dnamed.conf54 channel queries {
55 file "log-queries";
58 category rate-limit { debug; queries; };
59 category queries { debug; queries; };
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/
H A Dnamed.plain38 category queries { query_log; };
H A Dnamed.unlimited38 category queries { query_log; };
H A Dnamed.versconf38 category queries { query_log; };
/bind-9.11.3/bin/tests/system/rpzrecurse/
H A Dclean.sh14 rm -f ns2/*.queries
H A Dtests.sh33 NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1`
39 # $1 = test name (such as 1a, 1b, etc. for which $1.queries exists)
45 NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1`
54 # $1 = test name (such as 1a, 1b, etc. for which $1.queries exists)
60 NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1`
134 echo "I:testing that ${ni} of 33 queries skip recursion (${t})"
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c90 * queries or the list of available query IDs.
102 static query_info *queries; variable
150 /* The maximum number of outstanding queries */
171 * The statistics for queries sent during one bucket_interval
175 int queries; member in struct:__anon64
195 * The wait phase: we have stopped sending queries and are
258 "the local address from which to send queries", NULL,
261 "the local port from which to send queries",
282 "the maximum number of queries per second",
299 "the maximum number of queries outstandin
[all...]
H A Ddnsperf.c147 * queries or the list of available query IDs.
155 query_info queries[NQIDS]; member in struct:__anon58
224 config->updates ? "updates" : "queries", buf);
419 "the local address from which to send queries", NULL,
422 "the local port from which to send queries",
453 "the maximum number of queries outstanding",
457 "limit the number of queries per second", NULL,
463 "send dynamic updates instead of queries",
618 /* Limit in-flight queries */
642 qid = q - tinfo->queries;
[all...]
/bind-9.11.3/bin/tests/system/reclimit/ns3/
H A Dnamed3.conf22 max-recursion-queries 50;
H A Dnamed4.conf22 max-recursion-queries 40;
/bind-9.11.3/bin/tests/system/acl/ns2/
H A Dnamed2.conf54 * families. This should *not* match IPv4 queries from 10.*.
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-many.conf42 serial-queries 10;
H A Dgood.conf60 serial-queries 10;
/bind-9.11.3/bin/tests/system/filter-aaaa/conf/
H A Dbad2.conf18 * on then it applies to all IPv4 queries. This results in
/bind-9.11.3/lib/dns/include/dns/
H A Dresolver.h662 dns_resolver_setmaxqueries(dns_resolver_t *resolver, unsigned int queries);
666 * Get and set how many iterative queries will be allowed before
/bind-9.11.3/bin/tools/
H A Dmdig.c142 static ISC_LIST(struct query) queries;
1767 * anywhere, except for cloning into new queries
1834 ISC_LIST_APPEND(queries, query, link);
1848 ISC_LIST_APPEND(queries, query, link);
1940 ISC_LIST_INIT(queries);
2002 query = ISC_LIST_HEAD(queries);
2007 query = ISC_LIST_HEAD(queries);
/bind-9.11.3/lib/dns/
H A Dacache.c173 unsigned int queries; member in struct:dns_acachestats
286 acache->stats.queries = 0;
709 "acache %p stats: hits=%d misses=%d queries=%d "
715 acache->stats.queries,
1180 acache->stats.queries++; /* XXXSK danger: unlocked! */
1528 entry->acache->stats.queries++;
H A Dresolver.c169 /* The default maximum number of iterative queries to allow before giving up. */
283 ISC_LIST(resquery_t) queries;
334 * Number of queries that reference this context.
681 * with NXDOMAIN for queries for other types. Unfortunately it's
685 * type, queries for other types will be resolved correctly.
692 * Direct queries for RRSIG records should not be answered from
784 * an empty node. For other type of queries
979 * Don't adjust timeout on EDNS queries unless we have
1075 ISC_LIST_UNLINK(fctx->queries, query, link);
1101 for (query = ISC_LIST_HEAD(fctx->queries);
10266 dns_resolver_setmaxqueries(dns_resolver_t *resolver, unsigned int queries) argument
[all...]
/bind-9.11.3/bin/tests/
H A Dnamed.conf151 serial-queries 34;
508 * queries what used to be called "query logging"

Completed in 86 milliseconds