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.
|
|
Owner name, uncompressed.
|
|
|
Number of data fields.
|
|
|
The list of rdata's.
|
|
|
Class of the resource record.
|
|
|
the type of the RR. A, MX etc. |
|
|
Time to live.
|
1.4.6