Searched refs:sldns_rr_descript (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c69 sldns_rr_descript(qstate->qinfo.qtype)->_name,
/freebsd-12-stable/contrib/unbound/util/data/
H A Dmsgparse.c643 desc = sldns_rr_descript(type);
855 sldns_rr_descript(type)?
856 sldns_rr_descript(type)->_name: "??",
858 sldns_rr_descript(t)?
859 sldns_rr_descript(t)->_name: "??",
863 sldns_rr_descript(type)?
864 sldns_rr_descript(type)->_name: "??",
893 sldns_rr_descript(rrset->type)?
894 sldns_rr_descript(rrset->type)->_name: "??",
H A Dmsgencode.c359 if(sldns_rr_descript(t) &&
360 sldns_rr_descript(t)->_compress == LDNS_RR_COMPRESS)
361 return sldns_rr_descript(t);
H A Dmsgreply.c226 desc = sldns_rr_descript(type);
/freebsd-12-stable/contrib/unbound/sldns/
H A Drrdef.h477 const sldns_rr_descriptor *sldns_rr_descript(uint16_t type);
H A Drrdef.c631 sldns_rr_descript(uint16_t type) function
H A Dwire2str.c715 const sldns_rr_descriptor *desc = sldns_rr_descript(rrtype);
892 const sldns_rr_descriptor *descriptor = sldns_rr_descript(rrtype);
H A Dstr2wire.c624 const sldns_rr_descriptor *desc = sldns_rr_descript((uint16_t)rr_type);
/freebsd-12-stable/contrib/unbound/util/
H A Dnet_help.c499 else if(sldns_rr_descript(type) && sldns_rr_descript(type)->_name)
500 ts = sldns_rr_descript(type)->_name;
528 else if(sldns_rr_descript(type) && sldns_rr_descript(type)->_name)
529 ts = sldns_rr_descript(type)->_name;
/freebsd-12-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c849 desc = sldns_rr_descript(type);
/freebsd-12-stable/contrib/unbound/daemon/
H A Dworker.c1156 sldns_rr_descript(qinfo.qtype)->_name,
H A Dremote.c920 desc = sldns_rr_descript((uint16_t)i);
/freebsd-12-stable/contrib/unbound/services/
H A Dauthzone.c1344 desc = sldns_rr_descript(rr_type);

Completed in 300 milliseconds