Home
last modified time | relevance | path

Searched refs:dns_cache_flushnode (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dcache.h202 dns_cache_flushnode(dns_cache_t *cache, const dns_name_t *name, bool tree);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dcache.h295 dns_cache_flushnode(dns_cache_t *cache, const dns_name_t *name, bool tree);
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dcache.c482 return dns_cache_flushnode(cache, name, false); in cache_cleaner_init()
486 dns_cache_flushnode(dns_cache_t *cache, const dns_name_t *name, bool tree) { in cache_cleaner_init()
1130 dns_cache_flushnode(dns_cache_t *cache, const dns_name_t *name, bool tree) { dns_cache_flushnode() function
H A Dview.c1529 result = dns_cache_flushnode(view->cache, name, tree); in dns_viewlist_find()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcache.c1213 return (dns_cache_flushnode(cache, name, false)); in dns_cache_flushname()
1217 dns_cache_flushnode(dns_cache_t *cache, const dns_name_t *name, bool tree) { in dns_cache_flushnode() function
H A Dview.c1720 result = dns_cache_flushnode(view->cache, name, tree); in dns_view_flushnode()