|
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 187 of file options.h.
Referenced by add_option(), and connection_entry_load_re().
| int remote_entry::proto |
Definition at line 186 of file options.h.
Referenced by add_option(), and connection_entry_load_re().
| const char* remote_entry::remote |
Definition at line 184 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 185 of file options.h.
Referenced by add_option(), and connection_entry_load_re().