OpenVPN
Data Fields
ip_tcp_udp_hdr Struct Reference

#include <proto.h>

Collaboration diagram for ip_tcp_udp_hdr:
Collaboration graph
[legend]

Data Fields

struct openvpn_iphdr ip
 
union {
   struct openvpn_tcphdr   tcp
 
   struct openvpn_udphdr   udp
 
u
 

Detailed Description

Definition at line 207 of file proto.h.

Field Documentation

◆ ip

struct openvpn_iphdr ip_tcp_udp_hdr::ip

Definition at line 208 of file proto.h.

Referenced by client_nat_transform().

◆ tcp

struct openvpn_tcphdr ip_tcp_udp_hdr::tcp

Definition at line 210 of file proto.h.

Referenced by client_nat_transform().

◆ u

union { ... } ip_tcp_udp_hdr::u

Referenced by client_nat_transform().

◆ udp

struct openvpn_udphdr ip_tcp_udp_hdr::udp

Definition at line 211 of file proto.h.

Referenced by client_nat_transform().


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