Home
last modified time | relevance | path

Searched refs:sldns_wire2str_class (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i219 def _get_qclass_str(self): return sldns_wire2str_class(self.qclass)
269 … def _get_class_str(self): return sldns_wire2str_class(_unboundmodule.ntohs(self.rrset_class))
1521 %newobject sldns_wire2str_class;
1527 char *sldns_wire2str_class(const uint16_t aclass);
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dwire2str.h83 char* sldns_wire2str_class(uint16_t rrclass);
H A Dwire2str.c288 char* sldns_wire2str_class(uint16_t rrclass) in sldns_wire2str_class() function
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dcachedump.c147 cl = sldns_wire2str_class(ntohs(k->rk.rrset_class)); in dump_msg_ref()
178 cl = sldns_wire2str_class(k->qclass); in dump_msg()
H A Dremote.c1966 char* c = sldns_wire2str_class(dclass); in ssl_print_name_dp()
2392 char* c = sldns_wire2str_class(sub->s->s.qinfo.qclass); in get_mesh_status()
2425 char* c = sldns_wire2str_class(m->s.qinfo.qclass); in do_dump_requestlist()