|
OpenVPN 3 Core Library
|
Public Member Functions | |
| PacketIDDataSendTest (bool wide, std::uint64_t start) | |
Public Member Functions inherited from openvpn::PacketIDDataSend | |
| OPENVPN_SIMPLE_EXCEPTION (packet_id_wrap) | |
| PacketIDDataSend (bool wide_arg, uint16_t epoch) | |
| PacketIDDataSend () | |
| PacketIDData | next () |
| void | write_next (Buffer &buf) |
| void | prepend_next (Buffer &buf) |
| std::string | str () const |
| constexpr std::size_t | length () const |
| bool | wrap_warning () const |
| bool | at_limit () |
Additional Inherited Members | |
Static Public Attributes inherited from openvpn::PacketIDDataSend | |
| static constexpr PacketIDData::data_id_t | epoch_packet_id_max = 0x0000ffffffffffffULL |
Protected Attributes inherited from openvpn::PacketIDDataSend | |
| PacketIDData | pid_ |
Definition at line 162 of file test_pktid_data.cpp.
|
inline |
Definition at line 165 of file test_pktid_data.cpp.