OpenVPN
|
#include <manage.h>
Data Fields | |
bool | defined |
struct log_history * | log |
struct virtual_output | vout |
bool | standalone_disabled |
struct management_callback | callback |
struct log_history * | echo |
struct log_history * | state |
bool | hold_release |
const char * | special_state_msg |
counter_type | bytes_in |
counter_type | bytes_out |
counter_type man_persist::bytes_in |
Definition at line 240 of file manage.h.
Referenced by man_bytecount_output_client(), and management_bytes_client().
counter_type man_persist::bytes_out |
Definition at line 241 of file manage.h.
Referenced by man_bytecount_output_client(), and management_bytes_client().
struct management_callback man_persist::callback |
Definition at line 231 of file manage.h.
Referenced by in_extra_dispatch(), man_client_deny(), man_client_kill(), man_client_n_clients(), man_client_pending_auth(), man_close_socket(), man_kill(), man_load_stats(), man_net(), man_output_extra_env(), man_output_peer_info_env(), man_proxy(), man_remote(), man_remote_entry_count(), man_remote_entry_get(), man_send_cc_message(), man_status(), management_bytes_client(), management_check_bytecount(), management_clear_callback(), and management_set_callback().
bool man_persist::defined |
Definition at line 225 of file manage.h.
Referenced by man_persist_init().
struct log_history* man_persist::echo |
Definition at line 233 of file manage.h.
Referenced by man_echo(), man_persist_close(), man_persist_init(), management_echo(), and management_open().
bool man_persist::hold_release |
Definition at line 236 of file manage.h.
Referenced by man_hold(), management_clear_callback(), management_hold(), and management_would_hold().
struct log_history* man_persist::log |
Definition at line 227 of file manage.h.
Referenced by man_log(), man_persist_close(), man_persist_init(), management_open(), and virtual_output_callback_func().
const char* man_persist::special_state_msg |
Definition at line 238 of file manage.h.
Referenced by ce_management_query_proxy(), ce_management_query_remote(), man_signal(), man_welcome(), management_hold(), management_query_multiline(), and management_query_user_pass().
bool man_persist::standalone_disabled |
Definition at line 230 of file manage.h.
Referenced by man_output_list_push_finalize(), management_clear_callback(), management_event_loop_n_seconds(), management_hold(), management_query_multiline(), management_query_user_pass(), management_set_callback(), and virtual_output_callback_func().
struct log_history* man_persist::state |
Definition at line 234 of file manage.h.
Referenced by man_persist_close(), man_persist_init(), man_state(), management_open(), and management_set_state().
struct virtual_output man_persist::vout |
Definition at line 228 of file manage.h.
Referenced by man_persist_init(), and man_process_command().