Searched defs:org (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dgeoip_test.c6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
122 init_geoip_db(&geoip.org, GEOIP_ORG_EDITION, 0,
582 /* GeoIP org matching */
583 ATF_TC(org); variable
584 ATF_TC_HEAD(org, tc) {
585 atf_tc_set_md_var(tc, "descr", "test org database matching");
587 ATF_TC_BODY(org, tc) {
599 if (geoip.org == NULL) {
700 ATF_TP_ADD_TC(tp, org);
/bind-9.11.3/lib/dns/include/dns/
H A Dgeoip.h6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
88 GeoIP *org; /* DB 5 */ member in struct:dns_geoip_databases

Completed in 7 milliseconds