Searched refs:sldns_wire2str_class_buf (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/unbound/smallapp/ |
| HD | unbound-host.c | 229 sldns_wire2str_class_buf((uint16_t)c, d, sizeof(d)); in pretty_class()
|
| /trueos/contrib/unbound/ldns/ |
| HD | wire2str.h | 432 int sldns_wire2str_class_buf(uint16_t rrclass, char* str, size_t len);
|
| HD | wire2str.c | 200 sldns_wire2str_class_buf(rrclass, buf, sizeof(buf)); in sldns_wire2str_class() 260 int sldns_wire2str_class_buf(uint16_t rrclass, char* s, size_t slen) in sldns_wire2str_class_buf() function
|
| /trueos/contrib/unbound/util/ |
| HD | config_file.c | 1525 sldns_wire2str_class_buf(qstate->qinfo.qclass, c, sizeof(c)); in errinf_to_str() 1549 sldns_wire2str_class_buf(ntohs(rr->rk.rrset_class), c, sizeof(c)); in errinf_rrset()
|