|
OpenVPN 3 Core Library
|
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 | |
A decoded TLV header.
Definition at line 101 of file oob_probe.hpp.
| bool openvpn::oob::TlvHeader::optional |
the optional flag
Definition at line 104 of file oob_probe.hpp.
| std::uint16_t openvpn::oob::TlvHeader::type |
the 15-bit TLV type
Definition at line 103 of file oob_probe.hpp.
| std::uint16_t openvpn::oob::TlvHeader::value_len |
the declared value length
Definition at line 105 of file oob_probe.hpp.