Searched refs:error_response_cache (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/iterator/ |
H A D | iterator.c | 303 error_response_cache(struct module_qstate* qstate, int id, int rcode) in error_response_cache() function 2072 return error_response_cache(qstate, id, LDNS_RCODE_SERVFAIL); in processLastResort() 2145 return error_response_cache(qstate, id, LDNS_RCODE_SERVFAIL); in processLastResort() 2155 return error_response_cache(qstate, id, LDNS_RCODE_SERVFAIL); in processLastResort() 2232 return error_response_cache(qstate, id, LDNS_RCODE_SERVFAIL); in processLastResort() 2263 return error_response_cache(qstate, id, LDNS_RCODE_SERVFAIL); in processDSNSFind() 2284 return error_response_cache(qstate, id, LDNS_RCODE_SERVFAIL); in processDSNSFind()
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | Changelog | 400 - Clean up iterator/iterator.c::error_response_cache() and allow for
|