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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dresult.h169 #define DNS_R_NOTIMP (ISC_RESULTCLASS_DNSRCODE + 4) macro
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c1606 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_FORMERR);
1717 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_REFUSED);
1884 ns_client_error(client, DNS_R_NOTIMP);
1888 ns_client_error(client, DNS_R_NOTIMP);
H A Dupdate.c309 result = DNS_R_NOTIMP;
H A Dquery.c5168 query_error(client, DNS_R_NOTIMP, __LINE__);
/bind-9.6-ESV-R11/lib/dns/
H A Dtkey.c790 result = DNS_R_NOTIMP;
H A Dzone.c9005 return (DNS_R_NOTIMP);

Completed in 2049 milliseconds