|
Electroneum
|
#include <rrdef.h>
Public Attributes | |
| sldns_rr_type | _type |
| const char * | _name |
| uint8_t | _minimum |
| uint8_t | _maximum |
| const sldns_rdf_type * | _wireformat |
| sldns_rdf_type | _variable |
| sldns_rr_compress | _compress |
| uint8_t | _dname_count |
Contains all information about resource record types.
This structure contains, for all rr types, the rdata fields that are defined.
| sldns_rr_compress sldns_struct_rr_descriptor::_compress |
| uint8_t sldns_struct_rr_descriptor::_dname_count |
| uint8_t sldns_struct_rr_descriptor::_maximum |
| uint8_t sldns_struct_rr_descriptor::_minimum |
| const char* sldns_struct_rr_descriptor::_name |
| sldns_rr_type sldns_struct_rr_descriptor::_type |
| sldns_rdf_type sldns_struct_rr_descriptor::_variable |
| const sldns_rdf_type* sldns_struct_rr_descriptor::_wireformat |