Searched refs:DNS_R_FROMWILDCARD (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dresult.h141 #define DNS_R_FROMWILDCARD (ISC_RESULTCLASS_DNS + 95) macro
/bind-9.6-ESV-R11/lib/dns/
H A Ddnssec.c582 ret = DNS_R_FROMWILDCARD;
596 if (result == DNS_R_FROMWILDCARD)
H A Dvalidator.c1470 if (ignore && (result == ISC_R_SUCCESS || result == DNS_R_FROMWILDCARD))
1473 (result == DNS_R_FROMWILDCARD) ?
1483 if (result == DNS_R_FROMWILDCARD) {
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c2468 if (result == ISC_R_SUCCESS || result == DNS_R_FROMWILDCARD)

Completed in 32 milliseconds