Home
last modified time | relevance | path

Searched refs:RCODE_NOTAUTH (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/bsd/nsd/dist/
H A Ddns.h57 #define RCODE_NOTAUTH 9 /* server not authoritative */ macro
73 NSD_RC_NOTAUTH = RCODE_NOTAUTH
H A Daxfr.c66 RCODE_SET(query->packet, RCODE_NOTAUTH); in query_axfr()
191 RCODE_SET(q->packet, RCODE_NOTAUTH); in axfr_ixfr_can_admit_query()
H A Dutil.c1104 case RCODE_NOTAUTH: in rcode2str()
H A Dxfrd.c2000 if (RCODE(packet) != RCODE_NOTAUTH) { in xfrd_parse_received_xfr_packet()
2013 if (RCODE(packet) == RCODE_NOTAUTH) { in xfrd_parse_received_xfr_packet()
H A Dixfr.c767 RCODE_SET(query->packet, RCODE_NOTAUTH); in query_ixfr()
/netbsd/external/bsd/unbound/dist/contrib/
H A Dlibunbound.so.conf4 …CODE_NOTIMPL,RCODE_REFUSED,RCODE_YXDOMAIN,RCODE_YXRRSET,RCODE_NXRRSET,RCODE_NOTAUTH,RCODE_NOTZONE);
/netbsd/external/bsd/unbound/dist/libunbound/python/
H A Dlibunbound.i685 RCODE_NOTAUTH = 9,
818 …XDOMAIN:'yxdomain', RCODE_YXRRSET:'yxrrset', RCODE_NXRRSET:'nxrrset', RCODE_NOTAUTH:'not auth', RC…
/netbsd/external/bsd/unbound/dist/libunbound/python/doc/modules/
H A Dunbound.rst88 * RCODE_NOTAUTH = 9
/netbsd/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Denv.rst356 .. data:: RCODE_NOTAUTH
/netbsd/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i827 RCODE_NOTAUTH = 9,