OpenVPN
|
#include <dhcp.h>
Data Fields | |
struct openvpn_iphdr | ip |
struct openvpn_udphdr | udp |
struct dhcp | dhcp |
uint8_t | options [DHCP_OPTIONS_BUFFER_SIZE] |
struct dhcp dhcp_full::dhcp |
Definition at line 77 of file dhcp.h.
Referenced by dhcp_extract_router_msg().
struct openvpn_iphdr dhcp_full::ip |
Definition at line 75 of file dhcp.h.
Referenced by dhcp_extract_router_msg().
uint8_t dhcp_full::options[DHCP_OPTIONS_BUFFER_SIZE] |
struct openvpn_udphdr dhcp_full::udp |
Definition at line 76 of file dhcp.h.
Referenced by dhcp_extract_router_msg().