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

A decoded TLV header. More...

#include <oob_probe.hpp>

Public Attributes

std::uint16_t type
 the 15-bit TLV type
 
bool optional
 the optional flag
 
std::uint16_t value_len
 the declared value length
 

Detailed Description

A decoded TLV header.

Definition at line 101 of file oob_probe.hpp.

Member Data Documentation

◆ optional

bool openvpn::oob::TlvHeader::optional

the optional flag

Definition at line 104 of file oob_probe.hpp.

◆ type

std::uint16_t openvpn::oob::TlvHeader::type

the 15-bit TLV type

Definition at line 103 of file oob_probe.hpp.

◆ value_len

std::uint16_t openvpn::oob::TlvHeader::value_len

the declared value length

Definition at line 105 of file oob_probe.hpp.


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