OpenVPN
|
#include <options.h>
Data Fields | |
int | capacity |
int | len |
int | current |
struct connection_entry ** | array |
struct connection_entry** connection_list::array |
Definition at line 200 of file options.h.
Referenced by alloc_connection_entry(), do_preresolve(), init_connection_list(), management_callback_remote_entry_get(), next_connection_entry(), options_postprocess_filechecks(), options_postprocess_http_proxy_override(), options_postprocess_mutate(), options_postprocess_verify(), options_postprocess_verify_ce(), and setenv_settings().
int connection_list::capacity |
Definition at line 197 of file options.h.
Referenced by alloc_connection_entry().
int connection_list::current |
Definition at line 199 of file options.h.
Referenced by init_connection_list(), and next_connection_entry().
int connection_list::len |
Definition at line 198 of file options.h.
Referenced by alloc_connection_entry(), ce_management_query_proxy(), do_preresolve(), init_connection_list(), management_callback_remote_entry_count(), management_callback_remote_entry_get(), 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().