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

/bind-9.11.3/lib/dns/include/dns/
H A Dresult.h130 #define DNS_R_FROMWILDCARD (ISC_RESULTCLASS_DNS + 95) macro
/bind-9.11.3/lib/dns/
H A Ddnssec.c585 ret = DNS_R_FROMWILDCARD;
599 if (result == DNS_R_FROMWILDCARD)
H A Dvalidator.c1517 if (ignore && (result == ISC_R_SUCCESS || result == DNS_R_FROMWILDCARD))
1520 (result == DNS_R_FROMWILDCARD) ?
1530 if (result == DNS_R_FROMWILDCARD) {
/bind-9.11.3/bin/named/
H A Dquery.c3186 if (result == ISC_R_SUCCESS || result == DNS_R_FROMWILDCARD)

Completed in 63 milliseconds