OpenVPN
|
#include <mtcp.h>
Data Fields | |
struct event_set * | es |
struct event_set_return * | esr |
int | n_esr |
int | maxevents |
unsigned int | tun_rwflags |
unsigned int | management_persist_flags |
struct event_set* multi_tcp::es |
Definition at line 38 of file mtcp.h.
Referenced by multi_tcp_delete_event(), multi_tcp_dereference_instance(), multi_tcp_free(), multi_tcp_init(), multi_tcp_set_global_rw_flags(), and multi_tcp_wait().
struct event_set_return* multi_tcp::esr |
Definition at line 39 of file mtcp.h.
Referenced by multi_tcp_free(), multi_tcp_init(), multi_tcp_process_io(), and multi_tcp_wait().
unsigned int multi_tcp::management_persist_flags |
Definition at line 44 of file mtcp.h.
Referenced by multi_tcp_wait().
int multi_tcp::maxevents |
Definition at line 41 of file mtcp.h.
Referenced by multi_tcp_init(), and multi_tcp_wait().
int multi_tcp::n_esr |
Definition at line 40 of file mtcp.h.
Referenced by multi_tcp_dereference_instance(), multi_tcp_process_io(), and multi_tcp_wait().
unsigned int multi_tcp::tun_rwflags |
Definition at line 42 of file mtcp.h.
Referenced by multi_tcp_wait().