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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dresult.h169 #define DNS_R_NOTIMP (ISC_RESULTCLASS_DNSRCODE + 4) macro
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dclient.c1678 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_FORMERR);
1785 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_REFUSED);
1954 ns_client_error(client, DNS_R_NOTIMP);
1958 ns_client_error(client, DNS_R_NOTIMP);
H A Dupdate.c358 result = DNS_R_NOTIMP;
H A Dquery.c7709 query_error(client, DNS_R_NOTIMP, __LINE__);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtkey.c808 result = DNS_R_NOTIMP;
H A Dclient.c1836 return (DNS_R_NOTIMP);
H A Dzone.c11859 * If type != T_SOA return DNS_R_NOTIMP. We don't yet support
11909 return (DNS_R_NOTIMP);

Completed in 215 milliseconds