Searched refs:sldns_wire2str_rcode_buf (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/unbound/sldns/ |
| HD | wire2str.h | 472 int sldns_wire2str_rcode_buf(int rcode, char* str, size_t len);
|
| HD | wire2str.c | 243 sldns_wire2str_rcode_buf(rcode, buf, sizeof(buf)); in sldns_wire2str_rcode() 299 int sldns_wire2str_rcode_buf(int rcode, char* s, size_t slen) in sldns_wire2str_rcode_buf() function
|
| /freebsd-11-stable/contrib/unbound/smallapp/ |
| HD | unbound-host.c | 250 sldns_wire2str_rcode_buf(r, d, sizeof(d)); in pretty_rcode()
|
| HD | unbound-control.c | 372 sldns_wire2str_rcode_buf(i, nm, sizeof(nm)); in print_extended()
|
| /freebsd-11-stable/contrib/unbound/validator/ |
| HD | validator.c | 329 (void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc)); in needs_validation() 2395 (void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc)); in ds_response_to_ke() 2574 (void)sldns_wire2str_rcode_buf((int)FLAGS_GET_RCODE( in ds_response_to_ke()
|
| /freebsd-11-stable/contrib/unbound/util/data/ |
| HD | msgreply.c | 861 sldns_wire2str_rcode_buf((int)rcode, rcode_buf, sizeof(rcode_buf)); in log_reply_info()
|
| /freebsd-11-stable/contrib/unbound/services/ |
| HD | authzone.c | 5448 sldns_wire2str_rcode_buf((int)LDNS_RCODE_WIRE(wire), rcode, in check_xfer_packet()
|