Home
last modified time | relevance | path

Searched refs:sldns_rr_type (Results 1 – 4 of 4) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/sldns/
H A Drrdef.h244 typedef enum sldns_enum_rr_type sldns_rr_type; typedef
461 sldns_rr_type _type;
517 sldns_rr_type sldns_get_rr_type_by_name(const char *name);
H A Drrdef.c696 sldns_rr_type
/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dinterface.i1278 …const char* rr_name, sldns_rr_type rr_type, sldns_rr_class rr_class , uint16_t flags, uint32_t def…
/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dtestpkts.c702 static sldns_rr_type get_qtype(uint8_t* pkt, size_t pktlen) in get_qtype()