OpenVPN 3 Core Library
|
#include <pktstream.hpp>
Public Member Functions | |
void | put (BufferAllocated &buf, const Frame::Context &frame_context) |
void | get (BufferAllocated &ret, const Frame::Context &frame_context) |
bool | ready () const |
void | reset () |
Static Public Member Functions | |
static void | prepend_size (Buffer &buf) |
Private Attributes | |
PacketStream< SIZE_TYPE > | pktstream |
BufferAllocated | residual |
Definition at line 210 of file pktstream.hpp.
|
inline |
Definition at line 228 of file pktstream.hpp.
|
inlinestatic |
Definition at line 240 of file pktstream.hpp.
|
inline |
Definition at line 213 of file pktstream.hpp.
|
inline |
Definition at line 235 of file pktstream.hpp.
|
inline |
Definition at line 246 of file pktstream.hpp.
|
private |
Definition at line 253 of file pktstream.hpp.
|
private |
Definition at line 254 of file pktstream.hpp.