Searched defs:negative_response (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dresolver.c6447 isc_boolean_t aa, negative_response; local
6502 negative_response = ISC_FALSE;
6506 negative_response = ISC_TRUE;
6632 negative_response = ISC_TRUE;
6650 if (negative_response) {
6730 if (negative_response && message->rcode == dns_rcode_noerror &&
6739 if (!negative_response && ns_name == NULL) {
6791 if (!negative_response && ns_name != NULL && oqname == NULL) {
6878 if (negative_response && oqname == NULL)

Completed in 32 milliseconds