OpenVPN 3 Core Library
|
#include <cstring>
#include <openssl/err.h>
#include <openssl/bio.h>
#include <openvpn/common/size.hpp>
#include <openvpn/common/numeric_util.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/frame/frame.hpp>
#include <openvpn/frame/memq_stream.hpp>
#include <openvpn/openssl/compat.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::bmq_stream::MemQ |
class | openvpn::bmq_stream::bio_memq_internal |
Namespaces | |
namespace | openvpn |
namespace | openvpn::bmq_stream |
Functions | |
void | openvpn::bmq_stream::init_static () |
BIO_METHOD * | openvpn::bmq_stream::BIO_s_memq (void) |
MemQ * | openvpn::bmq_stream::memq_from_bio (BIO *b) |
const MemQ * | openvpn::bmq_stream::const_memq_from_bio (const BIO *b) |