OpenVPN
|
#include <options.h>
Data Fields | |
const char * | remote |
const char * | remote_port |
int | proto |
sa_family_t | af |
sa_family_t remote_entry::af |
Definition at line 177 of file options.h.
Referenced by add_option(), and connection_entry_load_re().
int remote_entry::proto |
Definition at line 176 of file options.h.
Referenced by add_option(), and connection_entry_load_re().
const char* remote_entry::remote |
Definition at line 174 of file options.h.
Referenced by add_option(), connection_entry_load_re(), and options_postprocess_mutate().
const char* remote_entry::remote_port |
Definition at line 175 of file options.h.
Referenced by add_option(), and connection_entry_load_re().