Searched defs:queries (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | resperf.c | 90 * 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 D | dnsperf.c | 147 * 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/lib/dns/ |
H A D | acache.c | 173 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 D | resolver.c | 169 /* 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...] |
Completed in 23 milliseconds