Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/data/
H A Dmsgparse.c648 desc = sldns_rr_descript(type); in calc_size()
860 sldns_rr_descript(type)? in parse_section()
861 sldns_rr_descript(type)->_name: "??", in parse_section()
863 sldns_rr_descript(t)? in parse_section()
864 sldns_rr_descript(t)->_name: "??", in parse_section()
868 sldns_rr_descript(type)? in parse_section()
869 sldns_rr_descript(type)->_name: "??", in parse_section()
898 sldns_rr_descript(rrset->type)? in parse_section()
899 sldns_rr_descript(rrset->type)->_name: "??", in parse_section()
H A Dmsgencode.c359 if(sldns_rr_descript(t) && in type_rdata_compressable()
360 sldns_rr_descript(t)->_compress == LDNS_RR_COMPRESS) in type_rdata_compressable()
361 return sldns_rr_descript(t); in type_rdata_compressable()
H A Dmsgreply.c268 desc = sldns_rr_descript(type); in rdata_copy()
/freebsd/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c69 sldns_rr_descript(qstate->qinfo.qtype)->_name, in operate()
/freebsd/contrib/unbound/util/
H A Dnet_help.c558 else if(sldns_rr_descript(type) && sldns_rr_descript(type)->_name) in log_nametypeclass()
559 ts = sldns_rr_descript(type)->_name; in log_nametypeclass()
587 else if(sldns_rr_descript(type) && sldns_rr_descript(type)->_name) in log_query_in()
588 ts = sldns_rr_descript(type)->_name; in log_query_in()
/freebsd/contrib/unbound/sldns/
H A Drrdef.h522 const sldns_rr_descriptor *sldns_rr_descript(uint16_t type);
H A Drrdef.c640 sldns_rr_descript(uint16_t type) in sldns_rr_descript() function
H A Dwire2str.c779 const sldns_rr_descriptor *desc = sldns_rr_descript(rrtype); in sldns_wire2str_rdata_scan()
967 const sldns_rr_descriptor *descriptor = sldns_rr_descript(rrtype); in sldns_wire2str_type_print()
H A Dstr2wire.c751 const sldns_rr_descriptor *desc = sldns_rr_descript((uint16_t)rr_type); in rrinternal_parse_rdata()
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c981 desc = sldns_rr_descript(type); in canonical_compare()
/freebsd/contrib/unbound/daemon/
H A Dworker.c1444 sldns_rr_descript(qinfo.qtype)->_name, in worker_handle_request()
H A Dremote.c904 desc = sldns_rr_descript((uint16_t)i); in print_ext()
/freebsd/contrib/unbound/services/
H A Dauthzone.c1349 desc = sldns_rr_descript(rr_type); in decompress_rr_into_buffer()