OpenVPN
|
Go to the source code of this file.
Macros | |
#define | counter_format "%u" |
#define | BIG_TIMEOUT (60*60*24*7) /* one week (in seconds) */ |
#define | ptr_format "0x%08lx" |
#define | fragment_header_format "0x%08x" |
#define | CCD_DEFAULT "DEFAULT" |
#define | TLS_CHANNEL_BUF_SIZE 2048 |
#define | PUSH_BUNDLE_SIZE 1024 |
#define | PUSH_REQUEST_INTERVAL 5 |
#define | SCRIPT_SECURITY_WARNING "WARNING: External program may not be called unless '--script-security 2' or higher is enabled. See --help text or man page for detailed info." |
Typedefs | |
typedef unsigned int | counter_type |
typedef int | interval_t |
typedef unsigned long | ptr_type |
#define BIG_TIMEOUT (60*60*24*7) /* one week (in seconds) */ |
Definition at line 50 of file common.h.
Referenced by check_coarse_timers(), check_tls(), pre_select(), and reliable_send_timeout().
#define CCD_DEFAULT "DEFAULT" |
Definition at line 71 of file common.h.
Referenced by multi_client_connect_source_ccd(), and verify_final_auth_checks().
#define counter_format "%u" |
Definition at line 39 of file common.h.
Referenced by check_send_occ_req_dowork(), ip_checksum(), man_bytecount_output_client(), man_bytecount_output_server(), man_load_stats(), multi_print_status(), print_status(), setenv_counter(), and tls_process().
#define fragment_header_format "0x%08x" |
Definition at line 60 of file common.h.
Referenced by fragment_incoming(), and fragment_prepend_flags().
#define ptr_format "0x%08lx" |
Definition at line 58 of file common.h.
Referenced by multi_tcp_dispatch(), multi_tcp_wait_lite(), schedule_remove_entry(), string_replace_leading(), tls_ctx_load_extra_certs(), we_ctl(), we_init(), and we_wait().
#define PUSH_BUNDLE_SIZE 1024 |
Definition at line 84 of file common.h.
Referenced by management_callback_send_cc_message(), send_auth_failed(), send_auth_pending_messages(), send_push_reply(), and send_push_reply_auth_token().
#define PUSH_REQUEST_INTERVAL 5 |
Definition at line 89 of file common.h.
Referenced by check_push_request().
#define SCRIPT_SECURITY_WARNING "WARNING: External program may not be called unless '--script-security 2' or higher is enabled. See --help text or man page for detailed info." |
Definition at line 94 of file common.h.
Referenced by openvpn_execve(), openvpn_execve_allowed(), and openvpn_popen().
#define TLS_CHANNEL_BUF_SIZE 2048 |
Definition at line 78 of file common.h.
Referenced by key_state_init(), and tls_process().
typedef unsigned int counter_type |
typedef int interval_t |