Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/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) in sldns_wire2str_dname() function
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dcachedump.c145 nm = sldns_wire2str_dname(k->rk.dname, k->rk.dname_len); in dump_msg_ref()
176 nm = sldns_wire2str_dname(k->qname, k->qname_len); in dump_msg()
/netbsd-src/external/bsd/unbound/dist/ipsecmod/
H A Dipsecmod.c275 tempstring = sldns_wire2str_dname(qstate->qinfo.qname, in call_hook()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dautotrust.c146 char* str = sldns_wire2str_dname(ta->rr, ta->dname_len); in verbose_key()
1095 char* s = sldns_wire2str_dname(nm, nmlen); in print_id()
/netbsd-src/external/bsd/unbound/dist/services/
H A Drpz.c1027 char* dname_str = sldns_wire2str_dname(dname, dnamelen); in rpz_insert_rr()
1028 char* azname_str = sldns_wire2str_dname(azname, aznamelen); in rpz_insert_rr()
H A Dauthzone.c1587 char* n = sldns_wire2str_dname(z->name, z->namelen); in auth_zone_read_zonefile()
1618 char* n = sldns_wire2str_dname(z->name, z->namelen); in auth_zone_read_zonefile()