|
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 197 of file proto.h.
Referenced by client_nat_transform().
| struct openvpn_tcphdr ip_tcp_udp_hdr::tcp |
Definition at line 200 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 201 of file proto.h.
Referenced by client_nat_transform().