EDNS option. More...
#include <msgparse.h>
Data Fields | |
struct edns_option * | next |
next item in list | |
uint16_t | opt_code |
type of this edns option | |
size_t | opt_len |
length of this edns option (cannot exceed uint16 in encoding) | |
uint8_t * | opt_data |
data of this edns option; allocated in region, or NULL if len=0 | |
EDNS option.