OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Pipe Namespace Reference

Classes

class  SD
 
class  SD_IN
 
class  SD_OUT
 

Functions

void make_pipe (int fd[2])
 
void make_pipe (ScopedFD &read, ScopedFD &write)
 

Function Documentation

◆ make_pipe() [1/2]

void openvpn::Pipe::make_pipe ( int  fd[2])
inline

Definition at line 119 of file pipe.hpp.

Here is the caller graph for this function:

◆ make_pipe() [2/2]

void openvpn::Pipe::make_pipe ( ScopedFD read,
ScopedFD write 
)
inline

Definition at line 128 of file pipe.hpp.