Searched refs:sldns_wire2str_dname (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/unbound/sldns/
H A Dwire2str.h69 char* sldns_wire2str_dname(uint8_t* dname, size_t dname_len);
H A Dwire2str.c295 char* sldns_wire2str_dname(uint8_t* dname, size_t dname_len) function
/freebsd-current/contrib/unbound/daemon/
H A Dcachedump.c145 nm = sldns_wire2str_dname(k->rk.dname, k->rk.dname_len);
176 nm = sldns_wire2str_dname(k->qname, k->qname_len);
/freebsd-current/contrib/unbound/ipsecmod/
H A Dipsecmod.c275 tempstring = sldns_wire2str_dname(qstate->qinfo.qname,
/freebsd-current/contrib/unbound/validator/
H A Dautotrust.c146 char* str = sldns_wire2str_dname(ta->rr, ta->dname_len);
1099 char* s = sldns_wire2str_dname(nm, nmlen);
/freebsd-current/contrib/unbound/services/
H A Drpz.c1080 char* dname_str = sldns_wire2str_dname(dname, dnamelen);
1081 char* azname_str = sldns_wire2str_dname(azname, aznamelen);
H A Dauthzone.c1587 char* n = sldns_wire2str_dname(z->name, z->namelen);
1618 char* n = sldns_wire2str_dname(z->name, z->namelen);

Completed in 201 milliseconds