Home
last modified time | relevance | path

Searched refs:DNS_R_TOOMANYRECORDS (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dresult.h159 #define DNS_R_TOOMANYRECORDS (ISC_RESULTCLASS_DNS + 117) macro
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dxfrin.c345 result = DNS_R_TOOMANYRECORDS; in axfr_apply()
451 result = DNS_R_TOOMANYRECORDS; in ixfr_apply()
823 if (result != DNS_R_UPTODATE && result != DNS_R_TOOMANYRECORDS) { in xfrin_fail()
H A Dzone.c17694 case DNS_R_TOOMANYRECORDS: in zone_xfrdone()
/netbsd/external/mpl/bind/dist/lib/ns/
H A Dupdate.c3367 result = DNS_R_TOOMANYRECORDS; in update_action()