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 193 of file proto.h.

Field Documentation

◆ ip

struct openvpn_iphdr ip_tcp_udp_hdr::ip

Definition at line 194 of file proto.h.

Referenced by client_nat_transform().

◆ tcp

struct openvpn_tcphdr ip_tcp_udp_hdr::tcp

Definition at line 196 of file proto.h.

Referenced by client_nat_transform().

◆ [union]

union { ... } ip_tcp_udp_hdr::u

Referenced by client_nat_transform().

◆ udp

struct openvpn_udphdr ip_tcp_udp_hdr::udp

Definition at line 197 of file proto.h.

Referenced by client_nat_transform().


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