Searched refs:ldns_rr_descript (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/ldns/
H A Ddnssec_verify.c70 rr_descriptor = ldns_rr_descript(chain->packet_qtype);
524 descriptor = ldns_rr_descript(ldns_rr_get_type(tree->rr));
H A Dhost2str.c521 ldns_rr_descript(data) &&
522 ldns_rr_descript(data)->_name) {
524 ldns_buffer_printf(output, "%s",ldns_rr_descript(data)->_name);
599 descriptor = ldns_rr_descript(type);
868 ldns_rr_descript(type) &&
869 ldns_rr_descript(type)->_name){
872 ldns_rr_descript(type)->_name);
H A Drr.c53 desc = ldns_rr_descript(t);
330 desc = ldns_rr_descript((uint16_t)rr_type);
2535 ldns_rr_descript(uint16_t type) function
H A Dwire2host.c172 descriptor = ldns_rr_descript(ldns_rr_get_type(rr));
/freebsd-11-stable/contrib/ldns/drill/
H A Dchasetrace.c259 descriptor = ldns_rr_descript(type);
H A Ddnssec.c307 descriptor = ldns_rr_descript(qtype);
H A Dsecuretrace.c173 descriptor = ldns_rr_descript(t);
/freebsd-11-stable/contrib/ldns/ldns/
H A Drr.h853 const ldns_rr_descriptor *ldns_rr_descript(uint16_t type);

Completed in 340 milliseconds