Searched refs:ecs (Results 1 - 10 of 10) sorted by relevance
| /bind-9.11.3/lib/dns/tests/ |
| H A D | acl_test.c | 43 } ecs[] = { local 111 for (pass = 0; pass < sizeof(ecs)/sizeof(ecs[0]); pass++) { 139 ISC_TRUE, ecs[pass].first); 144 ISC_TRUE, ecs[pass].second); 153 ISC_FALSE, ecs[pass].first); 158 ISC_TRUE, ecs[pass].second); 167 ISC_TRUE, ecs[pass].first); 172 ISC_FALSE, ecs[pass].second); 181 ISC_FALSE, ecs[pas [all...] |
| /bind-9.11.3/bin/tests/system/acl/ns2/ |
| H A D | named6.conf | 41 allow-transfer { ecs 10.53/16; !10/8; };
|
| H A D | named7.conf | 29 match-clients { ecs 192.0.2/24; };
|
| /bind-9.11.3/lib/isc/include/isc/ |
| H A D | radix.h | 44 (pt).ecs = is_ecs; \ 52 isc_boolean_t ecs; /* ISC_TRUE for an EDNS client subnet address */ member in struct:isc_prefix 93 ((((p)->family == AF_INET6) ? 1 : 0) + ((p)->ecs ? 2 : 0))
|
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | acl.h | 211 const isc_netaddr_t *ecs, 223 * and optionally the client prefix 'ecs' of length 'ecslen' 226 * 'reqsigner' and 'ecs' may be NULL. If an ACL matches against 'ecs' 259 const isc_netaddr_t *ecs,
|
| /bind-9.11.3/lib/dns/ |
| H A D | acl.c | 193 const isc_netaddr_t *ecs, 212 REQUIRE(ecs != NULL || scope == NULL); 245 * If ecs is not NULL, we search the radix tree again to 248 if (ecs != NULL) { 250 addr = ecs; 290 if (dns_aclelement_match2(reqaddr, reqsigner, ecs, ecslen, 438 const isc_netaddr_t *ecs, 452 REQUIRE(ecs != NULL || scope == NULL); 484 addr = (env->geoip_use_ecs && ecs != NULL) ? ecs 191 dns_acl_match2(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const isc_netaddr_t *ecs, isc_uint8_t ecslen, isc_uint8_t *scope, const dns_acl_t *acl, const dns_aclenv_t *env, int *match, const dns_aclelement_t **matchelt) argument 436 dns_aclelement_match2(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const isc_netaddr_t *ecs, isc_uint8_t ecslen, isc_uint8_t *scope, const dns_aclelement_t *e, const dns_aclenv_t *env, const dns_aclelement_t **matchelt) argument [all...] |
| /bind-9.11.3/bin/tests/system/geoip/ns2/ |
| H A D | named14.conf | 23 geoip-use-ecs no;
|
| /bind-9.11.3/bin/tests/system/geoip/ |
| H A D | tests.sh | 431 echo "I:checking geoip-use-ecs ($n)" 440 $DIG $DIGOPTS txt example -b 127.0.0.1 +subnet="10.53.0.$i/32" > dig.out.ns2.test$n.ecs.$i || lret=1 441 j=`cat dig.out.ns2.test$n.ecs.$i | tr -d '"'`
|
| /bind-9.11.3/lib/isc/ |
| H A D | radix.c | 65 prefix->ecs = ISC_FALSE;
|
| /bind-9.11.3/bin/named/ |
| H A D | client.c | 1552 unsigned char ecs[ECS_SIZE]; local 1662 isc_buffer_init(&buf, ecs, sizeof(ecs)); 1682 ednsopts[count].value = ecs;
|
Completed in 75 milliseconds