Home
last modified time | relevance | path

Searched refs:DNS_R_NOERROR (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dresult.h179 #define DNS_R_NOERROR (ISC_RESULTCLASS_DNSRCODE + 0) macro
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dxfrin.c1346 } else if (result == ISC_R_SUCCESS || result == DNS_R_NOERROR) { in xfrin_recv_done()