Searched refs:get_entry_for (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgeoip2.c89 get_entry_for(MMDB_s *const db, const isc_netaddr_t *addr) { function
247 state = get_entry_for(db, reqaddr);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dgeoip2.c82 get_entry_for(MMDB_s *const db, const isc_netaddr_t *addr) { function
240 state = get_entry_for(db, reqaddr);
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dgeoip_test.c120 return (db != NULL && get_entry_for(db, &na) != NULL);
124 * Baseline test - check if get_entry_for() works as expected, i.e. that its

Completed in 106 milliseconds