unbound
0.1
|
EDNS data storage rdata is parsed in a list (has accessor functions). More...
#include <msgparse.h>
Data Fields | |
int | edns_present |
if EDNS OPT record was present | |
uint8_t | ext_rcode |
Extended RCODE. | |
uint8_t | edns_version |
The EDNS version number. | |
uint16_t | bits |
the EDNS bits field from ttl (host order): Z | |
uint16_t | udp_size |
UDP reassembly size. More... | |
struct edns_option * | opt_list |
rdata element list, or NULL if none | |
EDNS data storage rdata is parsed in a list (has accessor functions).
allocated in a region.
uint16_t edns_data::udp_size |
UDP reassembly size.
Referenced by error_encode().