Searched refs:edns (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dcompress.h55 int edns; /*%< Edns version or -1. */ member in struct:dns_compress
73 int edns; /*%< Edns version or -1. */ member in struct:dns_decompress
78 dns_compress_init(dns_compress_t *cctx, int edns, isc_mem_t *mctx);
150 * Gets edns value.
206 dns_decompress_init(dns_decompress_t *dctx, int edns,
211 * Records 'edns' and 'type' into the structure.
251 * Returns 'dctx->edns'
/bind-9.6-ESV-R11/lib/dns/
H A Dcompress.c46 dns_compress_init(dns_compress_t *cctx, int edns, isc_mem_t *mctx) { argument
53 cctx->edns = edns;
80 cctx->edns = -1;
117 return (cctx->edns);
281 dns_decompress_init(dns_decompress_t *dctx, int edns, argument
285 REQUIRE(edns >= -1 && edns <= 255);
288 dctx->edns = edns;
[all...]
H A Dresolver.c211 isc_sockaddrlist_t edns; member in struct:fetchctx
1564 for (sa = ISC_LIST_HEAD(fctx->edns);
1586 ISC_LIST_INITANDAPPEND(fctx->edns, sa, link);
1752 * The ADB does not know about servers with "edns no". Check this,
3164 for (sa = ISC_LIST_HEAD(fctx->edns);
3168 ISC_LIST_UNLINK(fctx->edns, sa, link);
3575 ISC_LIST_INIT(fctx->edns);
H A Dzone.c8247 isc_boolean_t edns; local
8251 result = dns_peer_getsupportedns(peer, &edns);
8252 if (result == ISC_R_SUCCESS && !edns)
8479 isc_boolean_t edns; local
8483 result = dns_peer_getsupportedns(peer, &edns);
8484 if (result == ISC_R_SUCCESS && !edns)
/bind-9.6-ESV-R11/contrib/zkt/examples/flat/
H A Dnamed.conf57 edns-udp-size 4096;
/bind-9.6-ESV-R11/contrib/zkt/examples/hierarchical/
H A Dnamed.conf57 edns-udp-size 4096;
/bind-9.6-ESV-R11/contrib/zkt/examples/views/
H A Dnamed.conf18 category "edns-disabled" { "named-log"; };
47 edns-udp-size 1460; /* (M4) */
/bind-9.6-ESV-R11/bin/dig/
H A Ddig.c188 " +[no]edns[=###] (Set EDNS version) [0]\n"
529 query->lookup->edns != -1 && msg->opt == NULL &&
843 if (state && lookup->edns == -1)
844 lookup->edns = 0;
861 FULLCHECK("edns");
863 lookup->edns = -1;
867 lookup->edns = 0;
870 lookup->edns = (isc_int16_t) parse_uint(value, "edns", 255);
910 if (state && lookup->edns
[all...]
H A Ddighost.c758 looknew->edns = -1;
839 looknew->edns = lookold->edns;
1197 add_opt(dns_message_t *msg, isc_uint16_t udpsize, isc_uint16_t edns, argument
1218 rdatalist->ttl = edns << 16;
2096 if (lookup->udpsize > 0 || lookup->dnssec || lookup->edns > -1) {
2099 if (lookup->edns < 0)
2100 lookup->edns = 0;
2102 lookup->edns, lookup->dnssec, lookup->nsid);
/bind-9.6-ESV-R11/bin/dig/include/dig/
H A Ddig.h179 isc_int16_t edns; member in struct:dig_lookup
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c173 int edns = FALSE, dnssec = FALSE; variable
647 edns = TRUE;
651 edns = TRUE;
1416 if (edns) {

Completed in 4228 milliseconds