OpenVPN
Data Fields
socks_proxy_info Struct Reference

#include <socks.h>

Data Fields

bool defined
 
char server [128]
 
const char * port
 
char authfile [256]
 

Detailed Description

Definition at line 37 of file socks.h.

Field Documentation

◆ authfile

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().

◆ defined

bool socks_proxy_info::defined

Definition at line 38 of file socks.h.

Referenced by socks_proxy_new().

◆ port

const char* socks_proxy_info::port

Definition at line 41 of file socks.h.

Referenced by link_socket_init_phase1(), and socks_proxy_new().

◆ server

char socks_proxy_info::server[128]

Definition at line 40 of file socks.h.

Referenced by link_socket_init_phase1(), and socks_proxy_new().


The documentation for this struct was generated from the following file: