Contains all information about resource record types. More...
#include <rr.h>
Data Fields | |
| ldns_rr_type | _type |
| Type of the RR that is described here. | |
| const char * | _name |
| Textual name of the RR type. | |
| uint8_t | _minimum |
| Minimum number of rdata fields in the RRs of this type. | |
| uint8_t | _maximum |
| Maximum number of rdata fields in the RRs of this type. | |
| const ldns_rdf_type * | _wireformat |
| Wireformat specification for the rr, i.e. | |
| ldns_rdf_type | _variable |
| Special rdf types. | |
| ldns_rr_compress | _compress |
| Specifies whether compression can be used for dnames in this RR type. | |
| uint8_t | _dname_count |
| The number of DNAMEs in the _wireformat string, for parsing. | |
Contains all information about resource record types.
This structure contains, for all rr types, the rdata fields that are defined.
| ldns_rr_type ldns_struct_rr_descriptor::_type |
| const char* ldns_struct_rr_descriptor::_name |
| uint8_t ldns_struct_rr_descriptor::_minimum |
| uint8_t ldns_struct_rr_descriptor::_maximum |
| const ldns_rdf_type* ldns_struct_rr_descriptor::_wireformat |
| ldns_rdf_type ldns_struct_rr_descriptor::_variable |
| ldns_rr_compress ldns_struct_rr_descriptor::_compress |