OpenVPN
Data Fields
dhcp_full Struct Reference

#include <dhcp.h>

Collaboration diagram for dhcp_full:
Collaboration graph
[legend]

Data Fields

struct openvpn_iphdr ip
 
struct openvpn_udphdr udp
 
struct dhcp dhcp
 
uint8_t options [DHCP_OPTIONS_BUFFER_SIZE]
 

Detailed Description

Definition at line 74 of file dhcp.h.

Field Documentation

◆ dhcp

struct dhcp dhcp_full::dhcp

Definition at line 77 of file dhcp.h.

Referenced by dhcp_extract_router_msg().

◆ ip

struct openvpn_iphdr dhcp_full::ip

Definition at line 75 of file dhcp.h.

Referenced by dhcp_extract_router_msg().

◆ options

uint8_t dhcp_full::options[DHCP_OPTIONS_BUFFER_SIZE]

Definition at line 79 of file dhcp.h.

◆ udp

struct openvpn_udphdr dhcp_full::udp

Definition at line 76 of file dhcp.h.

Referenced by dhcp_extract_router_msg().


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