OpenVPN
|
Detached client connection state. More...
#include <multi.h>
Data Fields | |
int | cur_handler_index |
unsigned int | option_types_found |
char * | deferred_ret_file |
The temporary file name that contains the return status of the client-connect script if it exits with defer as status. More... | |
char * | config_file |
The temporary file name that contains the config directives returned by the client-connect script. More... | |
Detached client connection state.
This is the state that is tracked while the client connect hooks are executed.
char* client_connect_defer_state::config_file |
The temporary file name that contains the config directives returned by the client-connect script.
Definition at line 88 of file multi.h.
Referenced by ccs_delete_config_file(), ccs_gen_config_file(), multi_client_connect_call_plugin_v1(), multi_client_connect_call_script(), and multi_client_connect_script_deferred().
int client_connect_defer_state::cur_handler_index |
Definition at line 73 of file multi.h.
Referenced by multi_connection_established().
char* client_connect_defer_state::deferred_ret_file |
The temporary file name that contains the return status of the client-connect script if it exits with defer as status.
Definition at line 82 of file multi.h.
Referenced by ccs_delete_deferred_ret_file(), ccs_gen_deferred_ret_file(), ccs_test_deferred_ret_file(), multi_client_connect_call_plugin_v1(), and multi_process_post().
unsigned int client_connect_defer_state::option_types_found |
Definition at line 76 of file multi.h.
Referenced by multi_client_connect_call_script(), multi_client_connect_script_deferred(), and multi_connection_established().