OpenVPN 3 Core Library
|
#include <unistd.h>
#include <errno.h>
#include <string>
#include <cstring>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/strerror.hpp>
#include <openvpn/buffer/buflist.hpp>
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
Functions | |
openvpn::OPENVPN_EXCEPTION (buf_read_error) | |
bool | openvpn::buf_read (const int fd, Buffer &buf, const std::string &title) |
BufferList | openvpn::buf_read (const int fd, const std::string &title) |