Data Fields | |
ldns_rdf * | _owner |
Owner name, uncompressed. | |
uint32_t | _ttl |
Time to live. | |
size_t | _rd_count |
Number of data fields. | |
ldns_rr_type | _rr_type |
the type of the RR. | |
ldns_rr_class | _rr_class |
Class of the resource record. | |
ldns_rdf ** | _rdata_fields |
The list of rdata's. |
This is the basic DNS element that contains actual data
Definition at line 188 of file rr.h.
size_t ldns_struct_rr::_rd_count |
uint32_t ldns_struct_rr::_ttl |