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 72 of file proxy.h.
Referenced by establish_http_proxy_passthru(), and http_proxy_new().
bool http_proxy_info::defined |
Definition at line 71 of file proxy.h.
Referenced by http_proxy_new().
struct http_proxy_options http_proxy_info::options |
Definition at line 73 of file proxy.h.
Referenced by add_proxy_headers(), establish_http_proxy_passthru(), get_user_pass_http(), http_proxy_new(), and link_socket_init_phase1().
char* http_proxy_info::proxy_authenticate |
Definition at line 75 of file proxy.h.
Referenced by establish_http_proxy_passthru(), and store_proxy_authenticate().
bool http_proxy_info::queried_creds |
Definition at line 76 of file proxy.h.
Referenced by establish_http_proxy_passthru(), and get_user_pass_http().
struct user_pass http_proxy_info::up |
Definition at line 74 of file proxy.h.
Referenced by establish_http_proxy_passthru(), get_user_pass_http(), ntlm_phase_3(), and username_password_as_base64().