Home
last modified time | relevance | path

Searched refs:dns_cache_clean (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dcache.h216 dns_cache_clean(dns_cache_t *cache, isc_stdtime_t now);
/netbsd/external/mpl/bind/dist/lib/dns/win32/
H A Dlibdns.def.in77 dns_cache_clean
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dcache.c850 dns_cache_clean(dns_cache_t *cache, isc_stdtime_t now) { in dns_cache_clean() function
/netbsd/external/mpl/bind/dist/lib/ns/
H A Dclient.c221 dns_cache_clean(client->view->cache, INT_MAX); in ns_client_endrequest()