Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ldns_struct_rr Struct Reference

Resource Record type. More...


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.


Detailed Description

Resource Record type.

This is the basic DNS element that contains actual data

Definition at line 188 of file rr.h.


Field Documentation

ldns_rdf* ldns_struct_rr::_owner
 

Owner name, uncompressed.

Definition at line 191 of file rr.h.

size_t ldns_struct_rr::_rd_count
 

Number of data fields.

Definition at line 195 of file rr.h.

ldns_rdf** ldns_struct_rr::_rdata_fields
 

The list of rdata's.

Definition at line 202 of file rr.h.

ldns_rr_class ldns_struct_rr::_rr_class
 

Class of the resource record.

Definition at line 199 of file rr.h.

ldns_rr_type ldns_struct_rr::_rr_type
 

the type of the RR.

A, MX etc.

Definition at line 197 of file rr.h.

uint32_t ldns_struct_rr::_ttl
 

Time to live.

Definition at line 193 of file rr.h.


Generated on Tue Jan 24 02:22:27 2006 for ldns by  doxygen 1.4.4