Data Fields | |
size_t | _size |
The size of the data (in bytes). | |
ldns_rdf_type | _type |
The type of the data. | |
void * | _data |
Pointer to the data (byte buffer). |
The data is a network ordered array of bytes, which size is specified by the (16-bit) size field. To correctly parse it, use the type specified in the (16-bit) type field.
Definition at line 112 of file rdata.h.
size_t ldns_struct_rdf::_size |
void* ldns_struct_rdf::_data |