OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::UDPHeader Struct Reference

#include <udp.hpp>

Public Attributes

std::uint16_t source
 
std::uint16_t dest
 
std::uint16_t len
 
std::uint16_t check
 

Detailed Description

Definition at line 24 of file udp.hpp.

Member Data Documentation

◆ check

std::uint16_t openvpn::UDPHeader::check

Definition at line 29 of file udp.hpp.

◆ dest

std::uint16_t openvpn::UDPHeader::dest

Definition at line 27 of file udp.hpp.

◆ len

std::uint16_t openvpn::UDPHeader::len

Definition at line 28 of file udp.hpp.

◆ source

std::uint16_t openvpn::UDPHeader::source

Definition at line 26 of file udp.hpp.


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