OpenVPN
|
#include <options.h>
Data Fields | |
const char * | local |
const char * | port |
int | proto |
const char* local_entry::local |
Definition at line 99 of file options.h.
Referenced by add_option(), do_preresolve(), link_socket_init_phase1(), options_postprocess_verify_ce(), setenv_local_entry(), and show_connection_entry().
const char* local_entry::port |
Definition at line 100 of file options.h.
Referenced by add_option(), do_preresolve(), link_socket_init_phase1(), options_postprocess_mutate(), options_postprocess_mutate_le(), options_postprocess_verify_ce(), setenv_local_entry(), and show_connection_entry().
int local_entry::proto |
Definition at line 101 of file options.h.
Referenced by add_option(), alloc_local_entry(), has_tcp_in_local_list(), has_udp_in_local_list(), link_socket_init_phase1(), options_postprocess_mutate(), options_postprocess_mutate_le(), options_postprocess_verify_ce(), setenv_local_entry(), and show_connection_entry().