Searched defs:notimp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dclient.c2237 isc_boolean_t notimp; local
2488 notimp = ISC_FALSE;
2492 notimp = ISC_TRUE;
2535 if (notimp)
2545 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_FORMERR);
2666 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_REFUSED);

Completed in 25 milliseconds