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

/bind-9.6-ESV-R11/bin/named/
H A Dclient.c1085 ns_client_error(ns_client_t *client, isc_result_t result) { function
1334 ns_client_error(client, result);
1367 ns_client_error(client, result);
1566 ns_client_error(client, result);
1606 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_FORMERR);
1717 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_REFUSED);
1815 ns_client_error(client, sigresult);
1884 ns_client_error(client, DNS_R_NOTIMP);
1888 ns_client_error(client, DNS_R_NOTIMP);

Completed in 21 milliseconds