Home
last modified time | relevance | path

Searched refs:sldns_wire2str_rcode_buf (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/unbound/sldns/
HDwire2str.h472 int sldns_wire2str_rcode_buf(int rcode, char* str, size_t len);
HDwire2str.c243 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/
HDunbound-host.c250 sldns_wire2str_rcode_buf(r, d, sizeof(d)); in pretty_rcode()
HDunbound-control.c372 sldns_wire2str_rcode_buf(i, nm, sizeof(nm)); in print_extended()
/freebsd-11-stable/contrib/unbound/validator/
HDvalidator.c329 (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/
HDmsgreply.c861 sldns_wire2str_rcode_buf((int)rcode, rcode_buf, sizeof(rcode_buf)); in log_reply_info()
/freebsd-11-stable/contrib/unbound/services/
HDauthzone.c5448 sldns_wire2str_rcode_buf((int)LDNS_RCODE_WIRE(wire), rcode, in check_xfer_packet()