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

/freebsd-11.0-release/contrib/unbound/util/data/
H A Dmsgparse.c638 desc = sldns_rr_descript(type);
850 sldns_rr_descript(type)?
851 sldns_rr_descript(type)->_name: "??",
853 sldns_rr_descript(t)?
854 sldns_rr_descript(t)->_name: "??",
858 sldns_rr_descript(type)?
859 sldns_rr_descript(type)->_name: "??",
888 sldns_rr_descript(rrset->type)?
889 sldns_rr_descript(rrset->type)->_name: "??",
H A Dmsgencode.c353 if(sldns_rr_descript(t) &&
354 sldns_rr_descript(t)->_compress == LDNS_RR_COMPRESS)
355 return sldns_rr_descript(t);
H A Dmsgreply.c213 desc = sldns_rr_descript(type);
/freebsd-11.0-release/contrib/unbound/sldns/
H A Drrdef.h461 const sldns_rr_descriptor *sldns_rr_descript(uint16_t type);
H A Drrdef.c624 sldns_rr_descript(uint16_t type) function
H A Dwire2str.c673 const sldns_rr_descriptor *desc = sldns_rr_descript(rrtype);
840 const sldns_rr_descriptor *descriptor = sldns_rr_descript(rrtype);
H A Dstr2wire.c615 const sldns_rr_descriptor *desc = sldns_rr_descript((uint16_t)rr_type);
/freebsd-11.0-release/contrib/unbound/util/
H A Dnet_help.c289 else if(sldns_rr_descript(type) && sldns_rr_descript(type)->_name)
290 ts = sldns_rr_descript(type)->_name;
/freebsd-11.0-release/contrib/unbound/validator/
H A Dval_sigcrypt.c839 desc = sldns_rr_descript(type);
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dremote.c890 desc = sldns_rr_descript((uint16_t)i);

Completed in 203 milliseconds