|
OpenVPN 3 Core Library
|
#include <unistd.h>#include <errno.h>#include <string>#include <openvpn/io/io.hpp>#include <openvpn/common/exception.hpp>#include <openvpn/common/scoped_fd.hpp>#include <openvpn/common/strerror.hpp>#include <openvpn/buffer/buflist.hpp>Go to the source code of this file.
Classes | |
| class | openvpn::Pipe::SD |
| class | openvpn::Pipe::SD_OUT |
| class | openvpn::Pipe::SD_IN |
Namespaces | |
| namespace | openvpn |
| namespace | openvpn::Pipe |
Functions | |
| void | openvpn::Pipe::make_pipe (int fd[2]) |
| void | openvpn::Pipe::make_pipe (ScopedFD &read, ScopedFD &write) |