Home
last modified time | relevance | path

Searched refs:dns_tsigrcode_totext (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Drcode.h76 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drcode.h77 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
/netbsd-src/external/mpl/bind/dist/fuzz/
H A Ddns_message_checksig.c467 dns_tsigrcode_totext(message->tsigstatus, &b); in LLVMFuzzerTestOneInput()
470 dns_tsigrcode_totext(message->sig0status, &b); in LLVMFuzzerTestOneInput()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drcode.c319 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target) { in dns_tsigrcode_totext() function
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drcode.c305 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target) { in dns_rcode_totext()
316 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target) { dns_tsigrcode_totext() function
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dtkey_249.c179 if (dns_tsigrcode_totext((dns_rcode_t)n, target) == ISC_R_SUCCESS) { in totext_tkey()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dtkey_249.c178 if (dns_tsigrcode_totext((dns_rcode_t)n, target) == ISC_R_SUCCESS) { in totext_tkey()
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.c238 RETERR(dns_tsigrcode_totext((dns_rcode_t)n, target)); in totext_any_tsig()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.c237 RETERR(dns_tsigrcode_totext((dns_rcode_t)n, target)); in totext_any_tsig()
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dclient.c2332 tresult = dns_tsigrcode_totext(status, &b); in ns__client_setup()
2352 tresult = dns_tsigrcode_totext(status, &b); in ns__client_setup()