Searched refs:subtype (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dafsdb_18.h20 isc_uint16_t subtype; member in struct:dns_rdata_afsdb
H A Dafsdb_18.c185 RETERR(uint16_tobuffer(afsdb->subtype, target));
208 afsdb->subtype = uint16_fromregion(&region);
/bind-9.11.3/lib/dns/
H A Dgeoip.c63 isc_uint16_t subtype; member in struct:geoip_state
159 isc_uint8_t scope, dns_geoip_subtype_t subtype, GeoIPRecord *record,
198 state->subtype = subtype;
241 * different subtype.
244 country_lookup(GeoIP *db, dns_geoip_subtype_t subtype, argument
262 if (prev_state != NULL && prev_state->subtype == subtype) {
269 switch (subtype) {
310 set_state(family, ipnum, ipnum6, gl.netmask, subtype,
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
318 city_string(GeoIPRecord *record, dns_geoip_subtype_t subtype, int *maxlen) argument
373 is_city(dns_geoip_subtype_t subtype) 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
441 region_string(GeoIPRegion *region, dns_geoip_subtype_t subtype, int *maxlen) argument
467 is_region(dns_geoip_subtype_t subtype) 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
599 fix_subtype(const isc_netaddr_t *reqaddr, const dns_geoip_databases_t *geoip, dns_geoip_subtype_t subtype) argument
[all...]
/bind-9.11.3/lib/isccfg/
H A Daclconf.c297 dns_geoip_subtype_t subtype, const char *dbname)
300 return (subtype);
302 switch (subtype) {
313 return (subtype);
322 return (subtype);
331 return (subtype);
340 return (subtype);
349 return (subtype);
365 return (subtype);
371 return (subtype);
296 get_subtype(const cfg_obj_t *obj, isc_log_t *lctx, dns_geoip_subtype_t subtype, const char *dbname) argument
483 dns_geoip_subtype_t subtype; local
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dgeoip.h75 dns_geoip_subtype_t subtype; member in struct:dns_geoip_elem
/bind-9.11.3/lib/dns/tests/
H A Dgeoip_test.c134 dns_geoip_subtype_t subtype, const char *string)
143 elt.subtype = subtype;
151 dns_geoip_subtype_t subtype, const char *string)
160 elt.subtype = subtype;
168 dns_geoip_subtype_t subtype, int id)
177 elt.subtype = subtype;
133 do_lookup_string(const char *addr, isc_uint8_t *scope, dns_geoip_subtype_t subtype, const char *string) argument
150 do_lookup_string_v6(const char *addr, isc_uint8_t *scope, dns_geoip_subtype_t subtype, const char *string) argument
167 do_lookup_int(const char *addr, isc_uint8_t *scope, dns_geoip_subtype_t subtype, int id) argument

Completed in 1753 milliseconds