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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drcode.h78 isc_result_t dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
/bind-9.6-ESV-R11/lib/dns/
H A Drcode.c286 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target) { function
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dtkey_249.c180 if (dns_tsigrcode_totext((dns_rcode_t)n, target) == ISC_R_SUCCESS)
/bind-9.6-ESV-R11/lib/dns/rdata/any_255/
H A Dtsig_250.c226 RETERR(dns_tsigrcode_totext((dns_rcode_t)n, target));
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c1774 tresult = dns_tsigrcode_totext(status, &b);
1800 tresult = dns_tsigrcode_totext(status, &b);
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c1935 result = dns_tsigrcode_totext(tsig.error, b);
1936 check_result(result, "dns_tsigrcode_totext");

Completed in 32 milliseconds