HomeSort by: relevance | last modified time | path
    Searched defs:failcache (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
view.h 186 dns_badcache_t *failcache; member in struct:dns_view
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
view.h 192 dns_badcache_t *failcache; member in struct:dns_view
  /src/external/mpl/bind/dist/lib/ns/
query.c 7040 isc_result_t failcache; local
7053 failcache = ISC_R_NOTFOUND;
7057 failcache = dns_badcache_find(
7058 qctx->view->failcache, qctx->client->query.qname,
7063 if (failcache != ISC_R_SUCCESS) {

Completed in 32 milliseconds