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 D | rcode.h | 76 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | rcode.h | 77 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
|
/netbsd-src/external/mpl/bind/dist/fuzz/ |
H A D | dns_message_checksig.c | 467 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 D | rcode.c | 319 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 D | rcode.c | 305 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 D | tkey_249.c | 179 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 D | tkey_249.c | 178 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 D | tsig_250.c | 238 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 D | tsig_250.c | 237 RETERR(dns_tsigrcode_totext((dns_rcode_t)n, target)); in totext_any_tsig()
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | client.c | 2332 tresult = dns_tsigrcode_totext(status, &b); in ns__client_setup() 2352 tresult = dns_tsigrcode_totext(status, &b); in ns__client_setup()
|