|
OpenVPN
|
#include <proxy.h>

Data Fields | |
| const char * | server |
| const char * | port |
| int | auth_retry |
| const char * | auth_method_string |
| const char * | auth_file |
| const char * | auth_file_up |
| const char * | http_version |
| const char * | user_agent |
| struct http_custom_header | custom_headers [MAX_CUSTOM_HTTP_HEADER] |
| bool | inline_creds |
| bool | first_time |
| bool | nocache |
| const char* http_proxy_options::auth_file |
Definition at line 55 of file proxy.h.
Referenced by add_option().
| const char* http_proxy_options::auth_file_up |
Definition at line 56 of file proxy.h.
Referenced by add_option().
| const char* http_proxy_options::auth_method_string |
Definition at line 54 of file proxy.h.
Referenced by add_option(), and http_proxy_new().
| int http_proxy_options::auth_retry |
Definition at line 52 of file proxy.h.
Referenced by add_option(), establish_http_proxy_passthru(), management_callback_proxy_cmd(), and parse_http_proxy_override().
| struct http_custom_header http_proxy_options::custom_headers[MAX_CUSTOM_HTTP_HEADER] |
Definition at line 59 of file proxy.h.
Referenced by add_option(), add_proxy_headers(), and show_http_proxy_options().
| bool http_proxy_options::first_time |
Definition at line 61 of file proxy.h.
Referenced by http_proxy_new(), and init_proxy_dowork().
| const char* http_proxy_options::http_version |
Definition at line 57 of file proxy.h.
Referenced by add_option(), establish_http_proxy_passthru(), and parse_http_proxy_override().
| bool http_proxy_options::inline_creds |
Definition at line 60 of file proxy.h.
Referenced by add_option().
| bool http_proxy_options::nocache |
Definition at line 63 of file proxy.h.
Referenced by options_postprocess_mutate_ce().
| const char* http_proxy_options::port |
Definition at line 47 of file proxy.h.
Referenced by add_option(), do_preresolve(), http_proxy_new(), link_socket_init_phase1(), management_callback_proxy_cmd(), parse_http_proxy_override(), and setenv_connection_entry().
| const char* http_proxy_options::server |
Definition at line 46 of file proxy.h.
Referenced by add_option(), do_preresolve(), http_proxy_new(), link_socket_init_phase1(), management_callback_proxy_cmd(), options_postprocess_verify_ce(), parse_http_proxy_override(), and setenv_connection_entry().
| const char* http_proxy_options::user_agent |
Definition at line 58 of file proxy.h.
Referenced by add_option(), add_proxy_headers(), and parse_http_proxy_override().