Lines Matching defs:scope
67 isc_uint8_t scope;
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 = gl.netmask;
401 isc_uint8_t *scope)
417 if (scope != NULL)
418 *scope = record->netmask;
431 if (scope != NULL)
432 *scope = record->netmask;
484 isc_uint32_t ipnum, isc_uint8_t *scope)
495 if (scope != NULL)
496 *scope = prev_state->scope;
504 if (scope != NULL)
505 *scope = gl.netmask;
521 isc_uint32_t ipnum, isc_uint8_t *scope)
532 if (scope != NULL)
533 *scope = prev_state->scope;
541 if (scope != NULL)
542 *scope = gl.netmask;
558 isc_uint32_t ipnum, isc_uint8_t *scope)
570 if (scope != NULL)
571 *scope = prev_state->scope;
580 if (scope != NULL)
581 *scope = gl.netmask;
646 dns_geoip_match(const isc_netaddr_t *reqaddr, isc_uint8_t *scope,
709 cs = country_lookup(db, subtype, family, ipnum, ipnum6, scope);
730 ipnum, ipnum6, scope);
746 ipnum, ipnum6, scope);
760 ipnum, ipnum6, scope);
781 region = region_lookup(geoip->region, subtype, ipnum, scope);
815 s = name_lookup(db, subtype, ipnum, scope);
840 id = netspeed_lookup(geoip->netspeed, subtype, ipnum, scope);