OpenVPN
Data Fields
openvpn_tcphdr Struct Reference

#include <proto.h>

Data Fields

uint16_t source
 
uint16_t dest
 
uint32_t seq
 
uint32_t ack_seq
 
uint8_t doff_res
 
uint8_t flags
 
uint16_t window
 
uint16_t check
 
uint16_t urg_ptr
 

Detailed Description

Definition at line 178 of file proto.h.

Field Documentation

◆ ack_seq

uint32_t openvpn_tcphdr::ack_seq

Definition at line 182 of file proto.h.

◆ check

uint16_t openvpn_tcphdr::check

Definition at line 198 of file proto.h.

Referenced by client_nat_transform(), and mss_fixup_dowork().

◆ dest

uint16_t openvpn_tcphdr::dest

Definition at line 180 of file proto.h.

◆ doff_res

uint8_t openvpn_tcphdr::doff_res

Definition at line 185 of file proto.h.

Referenced by mss_fixup_dowork().

◆ flags

uint8_t openvpn_tcphdr::flags

Definition at line 195 of file proto.h.

Referenced by mss_fixup_ipv4(), and mss_fixup_ipv6().

◆ seq

uint32_t openvpn_tcphdr::seq

Definition at line 181 of file proto.h.

◆ source

uint16_t openvpn_tcphdr::source

Definition at line 179 of file proto.h.

◆ urg_ptr

uint16_t openvpn_tcphdr::urg_ptr

Definition at line 199 of file proto.h.

◆ window

uint16_t openvpn_tcphdr::window

Definition at line 197 of file proto.h.


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