The struct that stores an ordered EDNS option. More...
Data Fields | |
ldns_edns_option_code | _code |
size_t | _size |
void * | _data |
The struct that stores an ordered EDNS option.
An EDNS option is structed as follows: +0 (MSB) +1 (LSB) +—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+ 0: | OPTION-CODE | +—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+ 2: | OPTION-LENGTH | +—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+ 4: | | / OPTION-DATA / / / +—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+—+
ldns_edns_option_code ldns_struct_edns_option::_code |