Home
last modified time | relevance | path

Searched refs:DNS_R_NOTAUTH (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/ns/
H A Dnotify.c174 result = DNS_R_NOTAUTH; in ns_notify_start()
H A Dxfrout.c841 FAILQ(DNS_R_NOTAUTH, "non-authoritative zone", in ns_xfr_start()
850 FAILQ(DNS_R_NOTAUTH, "non-authoritative zone", in ns_xfr_start()
865 FAILQ(DNS_R_NOTAUTH, "non-authoritative zone", in ns_xfr_start()
H A Dupdate.c1826 FAILN(DNS_R_NOTAUTH, zonename, in ns_update_start()
1860 FAILC(DNS_R_NOTAUTH, "not authoritative for update zone"); in ns_update_start()
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dresult.h188 #define DNS_R_NOTAUTH (ISC_RESULTCLASS_DNSRCODE + 9) macro
/netbsd/external/mpl/dhcp/dist/common/
H A Ddns.c2526 if ((eresult == DNS_R_NOTAUTH) || in ddns_interlude()
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dclient.c1804 return (DNS_R_NOTAUTH); in rcode2result()