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

/freebsd-current/contrib/unbound/util/
H A Dmodule.c140 sldns_wire2str_type_buf(qstate->qinfo.qtype, t, sizeof(t));
183 sldns_wire2str_type_buf(qstate->qinfo.qtype, t, sizeof(t));
225 sldns_wire2str_type_buf(ntohs(rr->rk.type), t, sizeof(t));
/freebsd-current/contrib/unbound/ipsecmod/
H A Dipsecmod.c403 sldns_wire2str_type_buf(qstate->qinfo.qtype, type,
493 sldns_wire2str_type_buf(qstate->qinfo.qtype, type,
/freebsd-current/contrib/unbound/sldns/
H A Dwire2str.h454 int sldns_wire2str_type_buf(uint16_t rrtype, char* str, size_t len);
H A Dwire2str.c284 sldns_wire2str_type_buf(rrtype, buf, sizeof(buf));
351 int sldns_wire2str_type_buf(uint16_t rrtype, char* s, size_t slen) function
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-host.c232 sldns_wire2str_type_buf((uint16_t)t, d, sizeof(d));
H A Dunbound-control.c317 sldns_wire2str_type_buf((uint16_t)i, nm, sizeof(nm));
/freebsd-current/contrib/unbound/iterator/
H A Diter_hints.c397 sldns_wire2str_type_buf(sldns_wirerr_get_type(rr,
/freebsd-current/contrib/unbound/services/cache/
H A Dinfra.c1078 sldns_wire2str_type_buf(qinfo->qtype, ts, sizeof(ts));
/freebsd-current/contrib/unbound/util/data/
H A Dmsgreply.c992 sldns_wire2str_type_buf(qinf->qtype, type_buf, sizeof(type_buf));
/freebsd-current/contrib/unbound/services/
H A Dauthzone.c1556 sldns_wire2str_type_buf(sldns_wirerr_get_type(rr,
3462 sldns_wire2str_type_buf(qinfo->qtype, tpstr, sizeof(tpstr));
3473 if(rrset) sldns_wire2str_type_buf(rrset->type, rrstr,
4793 (void)sldns_wire2str_type_buf(rr_type, typestr, sizeof(typestr));
7806 sldns_wire2str_type_buf(rrset->type, typestr, sizeof(typestr));

Completed in 360 milliseconds