OpenVPN
|
#include <proto.h>
Data Fields | |
struct openvpn_iphdr | ip |
union { | |
struct openvpn_tcphdr tcp | |
struct openvpn_udphdr udp | |
} | u |
struct openvpn_iphdr ip_tcp_udp_hdr::ip |
Definition at line 208 of file proto.h.
Referenced by client_nat_transform().
struct openvpn_tcphdr ip_tcp_udp_hdr::tcp |
Definition at line 210 of file proto.h.
Referenced by client_nat_transform().
union { ... } ip_tcp_udp_hdr::u |
Referenced by client_nat_transform().
struct openvpn_udphdr ip_tcp_udp_hdr::udp |
Definition at line 211 of file proto.h.
Referenced by client_nat_transform().