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 187 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(), setenv_settings(), and show_connection_entries().
int connection_list::capacity |
Definition at line 184 of file options.h.
Referenced by alloc_connection_entry().
int connection_list::current |
Definition at line 186 of file options.h.
Referenced by ce_management_query_proxy(), init_connection_list(), and next_connection_entry().
int connection_list::len |
Definition at line 185 of file options.h.
Referenced by alloc_connection_entry(), 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().