| /src/external/mpl/bind/dist/lib/isccfg/include/isccfg/ |
| aclconf.h | 22 #include <dns/geoip.h> 31 dns_geoip_databases_t *geoip; member in struct:cfg_aclconfctx
|
| /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
| aclconf.h | 23 #include <dns/geoip.h> 32 dns_geoip_databases_t *geoip; member in struct:cfg_aclconfctx
|
| /src/external/mpl/bind/dist/tests/dns/ |
| acl_test.c | 48 dns_acl_t *geoip = NULL; local 72 dns_acl_create(mctx, 1, &geoip); 74 de = geoip->elements; 81 assert_true(geoip->length < geoip->alloc); 82 dns_acl_node_count(geoip)++; 83 de->node_num = dns_acl_node_count(geoip); 84 geoip->length++; 88 result = dns_acl_merge(notgeoip, geoip, false); 98 assert_true(dns_acl_isinsecure(geoip)); /* geoip; * [all...] |
| geoip_test.c | 35 #include <dns/geoip.h> 41 static dns_geoip_databases_t geoip; variable 54 /* Use databases from the geoip system test */ 85 geoip.country = open_geoip2(dir, "GeoIP2-Country.mmdb", &geoip_country); 86 geoip.city = open_geoip2(dir, "GeoIP2-City.mmdb", &geoip_city); 87 geoip.as = open_geoip2(dir, "GeoLite2-ASN.mmdb", &geoip_as); 88 geoip.isp = open_geoip2(dir, "GeoIP2-ISP.mmdb", &geoip_isp); 89 geoip.domain = open_geoip2(dir, "GeoIP2-Domain.mmdb", &geoip_domain); 117 db = geoip2_database(&geoip, fix_subtype(&geoip, subtype)) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| acl.h | 39 #include <dns/geoip.h> 98 dns_geoip_databases_t *geoip; member in struct:dns_aclenv 233 * the GeoIP context.
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| acl.h | 40 #include <dns/geoip.h> 112 dns_geoip_databases_t *geoip; member in struct:dns_aclenv 257 * the GeoIP context.
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 78 #include <dns/geoip.h> 127 #include <named/geoip.h> 8643 * Initialize GeoIP databases from the configured location. 8645 * know what databases are available and can reject any GeoIP 8649 result = named_config_get(maps, "geoip-directory", &obj); 8655 named_g_aclconfctx->geoip = named_g_geoip; 10152 dns_geoip_databases_t *geoip = NULL; local 10163 geoip = named_g_geoip; 10165 geoip = NULL; 10170 named_g_dispatchmgr, geoip, [all...] |