OpenVPN
|
#include <socks.h>
Data Fields | |
bool | defined |
char | server [128] |
const char * | port |
char | authfile [256] |
char socks_proxy_info::authfile[256] |
Definition at line 42 of file socks.h.
Referenced by socks_handshake(), socks_proxy_new(), and socks_username_password_auth().
bool socks_proxy_info::defined |
Definition at line 38 of file socks.h.
Referenced by socks_proxy_new().
const char* socks_proxy_info::port |
Definition at line 41 of file socks.h.
Referenced by link_socket_init_phase1(), and socks_proxy_new().
char socks_proxy_info::server[128] |
Definition at line 40 of file socks.h.
Referenced by link_socket_init_phase1(), and socks_proxy_new().