Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/sldns/
HDwire2str.h67 char* sldns_wire2str_dname(uint8_t* dname, size_t dname_len);
HDwire2str.c231 char* sldns_wire2str_dname(uint8_t* dname, size_t dname_len) in sldns_wire2str_dname() function
/freebsd-11-stable/contrib/unbound/daemon/
HDcachedump.c143 nm = sldns_wire2str_dname(k->rk.dname, k->rk.dname_len); in dump_msg_ref()
175 nm = sldns_wire2str_dname(k->qname, k->qname_len); in dump_msg()
/freebsd-11-stable/contrib/unbound/services/
HDrpz.c602 char* dname_str = sldns_wire2str_dname(dname, dnamelen); in rpz_insert_rr()
603 char* azname_str = sldns_wire2str_dname(azname, aznamelen); in rpz_insert_rr()
HDauthzone.c1582 char* n = sldns_wire2str_dname(z->name, z->namelen); in auth_zone_read_zonefile()
1613 char* n = sldns_wire2str_dname(z->name, z->namelen); in auth_zone_read_zonefile()
/freebsd-11-stable/contrib/unbound/ipsecmod/
HDipsecmod.c264 tempstring = sldns_wire2str_dname(qstate->qinfo.qname, in call_hook()
/freebsd-11-stable/contrib/unbound/validator/
HDautotrust.c146 char* str = sldns_wire2str_dname(ta->rr, ta->dname_len); in verbose_key()
1084 char* s = sldns_wire2str_dname(nm, nmlen); in print_id()