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

#include <ip6.hpp>

Public Attributes

std::uint8_t version_prio
 
std::uint8_t flow_lbl [3]
 
std::uint16_t payload_len
 
std::uint8_t nexthdr
 
std::uint8_t hop_limit
 
struct in6_addr saddr
 
struct in6_addr daddr
 

Detailed Description

Definition at line 25 of file ip6.hpp.

Member Data Documentation

◆ daddr

struct in6_addr openvpn::IPv6Header::daddr

Definition at line 36 of file ip6.hpp.

◆ flow_lbl

std::uint8_t openvpn::IPv6Header::flow_lbl[3]

Definition at line 29 of file ip6.hpp.

◆ hop_limit

std::uint8_t openvpn::IPv6Header::hop_limit

Definition at line 33 of file ip6.hpp.

◆ nexthdr

std::uint8_t openvpn::IPv6Header::nexthdr

Definition at line 32 of file ip6.hpp.

◆ payload_len

std::uint16_t openvpn::IPv6Header::payload_len

Definition at line 31 of file ip6.hpp.

◆ saddr

struct in6_addr openvpn::IPv6Header::saddr

Definition at line 35 of file ip6.hpp.

◆ version_prio

std::uint8_t openvpn::IPv6Header::version_prio

Definition at line 27 of file ip6.hpp.


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