OpenVPN
|
#include <options.h>
Data Fields | |
int | len |
int | current |
struct connection_entry * | array [CONNECTION_LIST_SIZE] |
struct connection_entry* connection_list::array[CONNECTION_LIST_SIZE] |
Definition at line 184 of file options.h.
Referenced by alloc_connection_entry(), do_preresolve(), init_connection_list(), next_connection_entry(), options_postprocess_filechecks(), options_postprocess_http_proxy_override(), options_postprocess_mutate(), options_postprocess_verify(), options_postprocess_verify_ce(), setenv_settings(), and show_connection_entries().
int connection_list::current |
Definition at line 183 of file options.h.
Referenced by ce_management_query_proxy(), init_connection_list(), and next_connection_entry().
int connection_list::len |
Definition at line 182 of file options.h.
Referenced by alloc_connection_entry(), do_preresolve(), init_connection_list(), next_connection_entry(), options_postprocess_filechecks(), options_postprocess_http_proxy_override(), options_postprocess_mutate(), options_postprocess_verify(), options_postprocess_verify_ce(), setenv_settings(), show_connection_entries(), and socket_restart_pause().