Searched defs:allowed (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | compress.h | 57 unsigned int allowed; /*%< Allowed methods. */ member in struct:dns_compress 75 unsigned int allowed; /*%< Allowed methods. */ member in struct:dns_decompress 109 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed); 112 * Sets allowed compression methods. 122 * Gets allowed compression methods. 128 *\li allowed compression bitmap. 244 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed); 247 * Sets 'dctx->allowed' to 'allowed'. 257 * Returns 'dctx->allowed' [all...] |
/bind-9.11.3/lib/dns/tests/ |
H A D | name_test.c | 166 unsigned int allowed; local 197 allowed = DNS_COMPRESS_NONE; 199 dns_compress_setmethods(&cctx, allowed); 201 dns_decompress_setmethods(&dctx, allowed); 210 allowed = DNS_COMPRESS_GLOBAL14; 212 dns_compress_setmethods(&cctx, allowed); 214 dns_decompress_setmethods(&dctx, allowed); 223 allowed = DNS_COMPRESS_ALL; 225 dns_compress_setmethods(&cctx, allowed); 227 dns_decompress_setmethods(&dctx, allowed); [all...] |
/bind-9.11.3/lib/dns/ |
H A D | compress.c | 34 if ((cctx->allowed & DNS_COMPRESS_READY) == 0) { \ 35 cctx->allowed |= DNS_COMPRESS_READY; \ 53 cctx->allowed = DNS_COMPRESS_ENABLED; 65 if ((cctx->allowed & DNS_COMPRESS_READY) != 0) { 80 cctx->allowed = 0; 85 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed) { argument 88 cctx->allowed &= ~DNS_COMPRESS_ALL; 89 cctx->allowed |= (allowed & DNS_COMPRESS_ALL); 95 return (cctx->allowed 355 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed) argument [all...] |
H A D | resolver.c | 428 isc_uint32_t allowed; member in struct:fctxcount 1210 "(allowed %d spilled %d)", 1211 dbuf, counter->allowed, counter->dropped); 1253 counter->allowed = 1; 1267 counter->allowed++; 6553 * Only one set of NS RRs is allowed. 6579 * Only one SOA is allowed. 6629 * the NS RRset is allowed (Type 4). 6888 * NSEC3 records are not allowed to 10295 fprintf(fp, ": %d active (%d spilled, %d allowed)\ [all...] |
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 1758 int allowed; member in struct:__anon98 1963 "option '%s' is not allowed " 2077 * To determine whether auto-dnssec is allowed, 2186 if ((dialups[i].allowed & ztype) == 0) { 2190 "allowed in '%s' " 2271 "scoped address is not allowed "
|
/bind-9.11.3/bin/named/ |
H A D | client.c | 245 allowed(isc_netaddr_t *addr, dns_name_t *signer, isc_netaddr_t *ecs_addr, 1104 !allowed(&netaddr, name, NULL, 0, NULL, 1692 allowed(isc_netaddr_t *addr, dns_name_t *signer, function 1765 if (allowed(&netsrc, tsig, NULL, 0, NULL, 1767 allowed(&netdst, tsig, NULL, 0, NULL, 2629 if (allowed(&netaddr, tsig, addr, client->ecs_addrlen, 2631 allowed(&client->destaddr, tsig, NULL, 3237 !allowed(&netaddr, NULL, NULL, 0, NULL,
|
H A D | query.c | 832 * allowed to make queries, otherwise the query should 873 * We were allowed by the default 1135 * is not allowed to use the cache. 1146 * allowed to make queries, otherwise the query should 1168 * We were allowed by the "allow-query-cache" ACL. 1474 * Most likely the client isn't allowed to query the cache. 2034 * Most likely the client isn't allowed to query the cache. 4093 * connection was accepted (if allowed by the TCP quota). 5377 dns_rpz_zbits_t allowed; local 5385 allowed [all...] |
Completed in 70 milliseconds