Searched defs:ecs (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dacl_test.c43 } 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/lib/isc/include/isc/
H A Dradix.h44 (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/
H A Dacl.c193 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/named/
H A Dclient.c1552 unsigned char ecs[ECS_SIZE]; local
1662 isc_buffer_init(&buf, ecs, sizeof(ecs));
1682 ednsopts[count].value = ecs;

Completed in 16 milliseconds