edns_option Struct Reference

EDNS option. More...

#include <msgparse.h>

Data Fields

struct edns_optionnext
 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
 

Detailed Description

EDNS option.


The documentation for this struct was generated from the following file: