Home
last modified time | relevance | path

Searched refs:dns_cache_t (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dcache.h102 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp);
118 dns_cache_detach(dns_cache_t **cachep);
175 dns_cache_load(dns_cache_t *cache);
196 dns_cache_dump(dns_cache_t *cache);
224 dns_cache_getname(dns_cache_t *cache);
236 dns_cache_getcachesize(dns_cache_t *cache);
253 dns_cache_getservestalettl(dns_cache_t *cache);
275 dns_cache_getservestalerefresh(dns_cache_t *cache);
285 dns_cache_flush(dns_cache_t *cache);
327 dns_cache_getstats(dns_cache_t *cache);
[all …]
H A Dview.h95 dns_cache_t *cache;
410 dns_view_setcache(dns_view_t *view, dns_cache_t *cache, bool shared);
H A Dtypes.h55 typedef struct dns_cache dns_cache_t; typedef
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dcache.c110 dns_cache_t *cache;
192 dns_cache_t *cache; in dns_cache_create()
329 cache_free(dns_cache_t *cache) { in cache_free()
403 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp) { in dns_cache_attach()
414 dns_cache_t *cache; in dns_cache_detach()
477 dns_cache_load(dns_cache_t *cache) { in dns_cache_load()
495 dns_cache_dump(dns_cache_t *cache) { in dns_cache_dump()
513 dns_cache_getname(dns_cache_t *cache) { in dns_cache_getname()
904 dns_cache_t *cache = arg; in water()
1035 dns_cache_t *cache = event->ev_arg; in cleaner_shutdown_action()
[all …]
H A Dview.c864 dns_view_setcache(dns_view_t *view, dns_cache_t *cache, bool shared) { in dns_view_setcache()
/netbsd/external/mpl/bind/dist/bin/tests/optional/
H A Dbyaddr_test.c88 dns_cache_t *cache; in main()
H A Dbyname_test.c202 dns_cache_t *cache = NULL; in main()
H A Dadb_test.c168 dns_cache_t *cache = NULL; in create_view()
/netbsd/external/mpl/bind/dist/lib/ns/tests/
H A Dnstest.c396 dns_cache_t *cache = NULL; in ns_test_makeview()
/netbsd/external/mpl/bind/dist/bin/named/
H A Dserver.c254 dns_cache_t *cache;
3987 dns_cache_t *cache = NULL; in configure_view()