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 D | cache.h | 202 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 D | cache.h | 295 dns_cache_flushnode(dns_cache_t *cache, const dns_name_t *name, bool tree);
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | cache.c | 482 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 D | view.c | 1529 result = dns_cache_flushnode(view->cache, name, tree); in dns_viewlist_find()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | cache.c | 1213 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 D | view.c | 1720 result = dns_cache_flushnode(view->cache, name, tree); in dns_view_flushnode()
|