OpenVPN
|
#include <proxy.h>
Data Fields | |
bool | defined |
int | auth_method |
struct http_proxy_options | options |
struct user_pass | up |
char * | proxy_authenticate |
bool | queried_creds |
int http_proxy_info::auth_method |
Definition at line 66 of file proxy.h.
Referenced by establish_http_proxy_passthru(), and http_proxy_new().
bool http_proxy_info::defined |
Definition at line 65 of file proxy.h.
Referenced by http_proxy_new().
struct http_proxy_options http_proxy_info::options |
Definition at line 67 of file proxy.h.
Referenced by add_proxy_headers(), establish_http_proxy_passthru(), http_proxy_new(), and link_socket_init_phase1().
char* http_proxy_info::proxy_authenticate |
Definition at line 69 of file proxy.h.
Referenced by establish_http_proxy_passthru().
bool http_proxy_info::queried_creds |
Definition at line 70 of file proxy.h.
Referenced by establish_http_proxy_passthru().
struct user_pass http_proxy_info::up |
Definition at line 68 of file proxy.h.
Referenced by establish_http_proxy_passthru().