Searched refs:DNS_R_NOTIMP (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dresult.h166 #define DNS_R_NOTIMP (ISC_RESULTCLASS_DNSRCODE + 4) macro
/bind-9.11.3/bin/named/
H A Dclient.c2545 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_FORMERR);
2666 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_REFUSED);
2846 ns_client_error(client, DNS_R_NOTIMP);
2850 ns_client_error(client, DNS_R_NOTIMP);
H A Dupdate.c372 result = DNS_R_NOTIMP;
H A Dquery.c9331 query_error(client, DNS_R_NOTIMP, __LINE__);
/bind-9.11.3/lib/dns/
H A Dtkey.c840 result = DNS_R_NOTIMP;
H A Dclient.c1900 return (DNS_R_NOTIMP);
H A Dzone.c13098 * If type != T_SOA return DNS_R_NOTIMP. We don't yet support
13149 return (DNS_R_NOTIMP);

Completed in 132 milliseconds