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

/bind-9.11.3/lib/dns/tests/
H A Dgeoip_test.c167 do_lookup_int(const char *addr, isc_uint8_t *scope, function
333 match = do_lookup_int("10.53.0.1", NULL, dns_geoip_city_areacode, 650);
336 match = do_lookup_int("10.53.0.1", NULL, dns_geoip_city_metrocode, 807);
662 match = do_lookup_int("10.53.0.1", NULL, dns_geoip_netspeed_id, 0);
665 match = do_lookup_int("10.53.0.2", NULL, dns_geoip_netspeed_id, 1);
668 match = do_lookup_int("10.53.0.3", NULL, dns_geoip_netspeed_id, 2);
671 match = do_lookup_int("10.53.0.4", NULL, dns_geoip_netspeed_id, 3);

Completed in 11 milliseconds