#include <xmitfd.hpp>
|
static void | xmit_fd (const int sock_fd, const int payload_fd, const std::string &message, const int timeout_ms) |
|
static int | recv_fd (const int sock_fd, std::string &message, const size_t buf_size, const int timeout_ms) |
|
|
static void | poll_wait (const int fd, const bool write, const int timeout) |
|
Definition at line 31 of file xmitfd.hpp.
◆ OPENVPN_EXCEPTION()
openvpn::XmitFD::OPENVPN_EXCEPTION |
( |
xmit_fd_error |
| ) |
|
◆ poll_wait()
static void openvpn::XmitFD::poll_wait |
( |
const int |
fd, |
|
|
const bool |
write, |
|
|
const int |
timeout |
|
) |
| |
|
inlinestaticprivate |
◆ recv_fd()
static int openvpn::XmitFD::recv_fd |
( |
const int |
sock_fd, |
|
|
std::string & |
message, |
|
|
const size_t |
buf_size, |
|
|
const int |
timeout_ms |
|
) |
| |
|
inlinestatic |
◆ xmit_fd()
static void openvpn::XmitFD::xmit_fd |
( |
const int |
sock_fd, |
|
|
const int |
payload_fd, |
|
|
const std::string & |
message, |
|
|
const int |
timeout_ms |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: