Searched refs:scope (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dgeoip.c67 isc_uint8_t scope; member in struct:geoip_state
159 isc_uint8_t scope, dns_geoip_subtype_t subtype, GeoIPRecord *record,
199 state->scope = scope;
247 isc_uint8_t *scope)
264 if (scope != NULL)
265 *scope = prev_state->scope;
307 if (scope != NULL)
308 *scope
158 set_state(unsigned int family, isc_uint32_t ipnum, const geoipv6_t *ipnum6, isc_uint8_t scope, dns_geoip_subtype_t subtype, GeoIPRecord *record, GeoIPRegion *region, char *name, const char *text, int id) argument
244 country_lookup(GeoIP *db, dns_geoip_subtype_t subtype, unsigned int family, isc_uint32_t ipnum, const geoipv6_t *ipnum6, isc_uint8_t *scope) argument
398 city_lookup(GeoIP *db, dns_geoip_subtype_t subtype, unsigned int family, isc_uint32_t ipnum, const geoipv6_t *ipnum6, isc_uint8_t *scope) argument
483 region_lookup(GeoIP *db, dns_geoip_subtype_t subtype, isc_uint32_t ipnum, isc_uint8_t *scope) argument
520 name_lookup(GeoIP *db, dns_geoip_subtype_t subtype, isc_uint32_t ipnum, isc_uint8_t *scope) argument
557 netspeed_lookup(GeoIP *db, dns_geoip_subtype_t subtype, isc_uint32_t ipnum, isc_uint8_t *scope) argument
646 dns_geoip_match(const isc_netaddr_t *reqaddr, isc_uint8_t *scope, const dns_geoip_databases_t *geoip, const dns_geoip_elem_t *elt) argument
[all...]
H A Dacl.c195 isc_uint8_t *scope,
212 REQUIRE(ecs != NULL || scope == NULL);
269 if (scope != NULL)
270 *scope = node->bit;
291 scope, e, env, matchelt))
440 isc_uint8_t *scope,
452 REQUIRE(ecs != NULL || scope == NULL);
485 return (dns_geoip_match(addr, scope, env->geoip,
493 result = dns_acl_match2(reqaddr, reqsigner, ecs, ecslen, scope,
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
H A Dnsec3.c1853 int scope; local
1957 scope = isc_safe_memcompare(owner, nsec3.next, nsec3.next_length);
2080 if ((scope < 0 && order > 0 &&
2082 (scope >= 0 && (order > 0 ||
H A Dvalidator.c273 int scope; local
360 scope = memcmp(owner, nsec3.next, nsec3.next_length);
361 if ((scope < 0 && order > 0 &&
363 (scope >= 0 && (order > 0 ||
/bind-9.11.3/lib/dns/tests/
H A Dgeoip_test.c133 do_lookup_string(const char *addr, isc_uint8_t *scope, argument
146 return (dns_geoip_match(&na, scope, &geoip, &elt));
150 do_lookup_string_v6(const char *addr, isc_uint8_t *scope, argument
163 return (dns_geoip_match(&na, scope, &geoip, &elt));
167 do_lookup_int(const char *addr, isc_uint8_t *scope, argument
180 return (dns_geoip_match(&na, scope, &geoip, &elt));
195 isc_uint8_t scope; local
210 match = do_lookup_string("10.53.0.1", &scope,
213 ATF_CHECK_EQ(scope, 32);
215 match = do_lookup_string("10.53.0.1", &scope,
246 isc_uint8_t scope; local
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dacl.h213 isc_uint8_t *scope,
227 * and 'ecslen', then 'scope' will be set to indicate the netmask that
261 isc_uint8_t *scope,
H A Dgeoip.h103 dns_geoip_match(const isc_netaddr_t *reqaddr, isc_uint8_t *scope,
/bind-9.11.3/lib/dns/rdata/generic/
H A Dopt_41.c118 isc_uint8_t scope; local
127 scope = uint8_fromregion(&sregion);
141 if (addrlen != 0U || scope != 0U)
145 if (addrlen > 32U || scope > 32U)
149 if (addrlen > 128U || scope > 128U)
/bind-9.11.3/bin/named/
H A Dclient.c1667 /* scope prefix-length */
1978 isc_uint8_t addrlen, addrbytes, scope, *paddr; local
1991 * (except query's scope length) when they are done in the OPT
2004 scope = isc_buffer_getuint8(buf);
2007 if (scope != 0U) {
2010 "EDNS client-subnet option: invalid scope");
2577 * interface ID to a proper scope zone ID. However,
2613 isc_uint8_t *scope = NULL; local
2626 scope = &client->ecs_scope;
2630 scope, vie
[all...]

Completed in 45 milliseconds