Searched refs:sldns_wire2str_type_buf (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/unbound/sldns/
H A Dwire2str.h422 int sldns_wire2str_type_buf(uint16_t rrtype, char* str, size_t len);
H A Dwire2str.c193 sldns_wire2str_type_buf(rrtype, buf, sizeof(buf));
254 int sldns_wire2str_type_buf(uint16_t rrtype, char* s, size_t slen) function
/freebsd-11.0-release/contrib/unbound/smallapp/
H A Dunbound-host.c222 sldns_wire2str_type_buf((uint16_t)t, d, sizeof(d));
/freebsd-11.0-release/contrib/unbound/iterator/
H A Diter_hints.c373 sldns_wire2str_type_buf(sldns_wirerr_get_type(rr,
/freebsd-11.0-release/contrib/unbound/util/
H A Dconfig_file.c1666 sldns_wire2str_type_buf(qstate->qinfo.qtype, t, sizeof(t));
1690 sldns_wire2str_type_buf(ntohs(rr->rk.type), t, sizeof(t));

Completed in 121 milliseconds