Searched defs:clients (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | dns64.c | 29 dns_acl_t * clients; /* member in struct:dns_dns64 30 * Which clients get mapped 51 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, 82 dns64->clients = NULL; 83 if (clients != NULL) 84 dns_acl_attach(clients, &dns64->clients); 111 if (dns64->clients != NULL) 112 dns_acl_detach(&dns64->clients); 137 if (dns64->clients ! 49 dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix, unsigned int prefixlen, isc_netaddr_t *suffix, dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, unsigned int flags, dns_dns64_t **dns64p) argument [all...] |
H A D | resolver.c | 503 unsigned int spillat; /* clients-per-query */ 1394 "clients-per-query increased to %u", 8832 "clients-per-query decreased to %u", count); 10175 dns_resolver_setfetchesperzone(dns_resolver_t *resolver, isc_uint32_t clients) argument 10180 resolver->zspill = clients;
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | dnsperf.c | 96 isc_uint32_t clients; member in struct:__anon55 405 config->clients = 1; 426 perf_opt_add('c', perf_opt_uint, "clients", 427 "the number of clients to act as", NULL, 428 &config->clients); 498 * We also can't run more threads than clients. 500 if (config->threads > config->clients) 501 config->threads = config->clients; 1040 tinfo->nsocks = per_thread(config->clients, config->threads, offset);
|
/bind-9.11.3/bin/named/ |
H A D | client.c | 101 * Number of 'mctx pools' for clients. (Should this be configurable?) 138 /* Lock covers the clients list */ 140 client_list_t clients; /*%< All active clients */ member in struct:ns_clientmgr 144 client_list_t recursing; /*%< Recursing clients */ 147 /*%< mctx pool for clients. */ 177 * It is on the client manager's list of inactive clients. 185 * client manager's list of active clients. 318 * - The view refcount does not go to zero until all clients detach 436 * or UDP request, but we may have enough clients doin [all...] |
H A D | server.c | 2646 * Most DNS servers have few clients, but intentinally open 2751 result = cfg_map_get(map, "exempt-clients", &obj); 3292 dns_acl_t *clients = NULL, *mapped = NULL, *excluded = NULL; local 3619 clients = mapped = excluded = NULL; 3621 (void)cfg_map_get(map, "clients", &obj); 3625 mctx, 0, &clients); 3666 clients, mapped, excluded, 3676 if (clients != NULL) 3677 dns_acl_detach(&clients); 4187 * Configure the "match-clients" an [all...] |
Completed in 349 milliseconds