Home
last modified time | relevance | path

Searched refs:badcache (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/
H A DMakefile.in63 DNSOBJS = acl.@O@ adb.@O@ badcache.@O@ byaddr.@O@ \
100 DNSSRCS = acl.c adb.c badcache.c byaddr.c \
H A Dresolver.c577 dns_badcache_t *badcache; /* Bad cache. */ member
3743 fctx_getaddresses(fetchctx_t *fctx, bool badcache) { in fctx_getaddresses() argument
4030 if (badcache && in fctx_getaddresses()
4337 result = fctx_getaddresses(fctx, badcache); in fctx_try()
10483 dns_badcache_destroy(&res->badcache); in destroy()
10605 res->badcache = NULL; in dns_resolver_create()
10607 &res->badcache); in dns_resolver_create()
10756 dns_badcache_destroy(&res->badcache); in dns_resolver_create()
11519 dns_badcache_flushname(resolver->badcache, name); in dns_resolver_flushbadcache()
11521 dns_badcache_flush(resolver->badcache); in dns_resolver_flushbadcache()
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A DMakefile.in18 HEADERS = acl.h adb.h badcache.h bit.h byaddr.h \