OpenVPN
|
#include <pushlist.h>
Data Fields | |
struct push_entry * | next |
bool | enable |
const char * | option |
Definition at line 29 of file pushlist.h.
bool push_entry::enable |
Definition at line 31 of file pushlist.h.
Referenced by push_option_ex(), push_remove_option(), remove_iroutes_from_push_route_list(), send_push_options(), send_push_reply_auth_token(), and show_p2mp_parms().
struct push_entry* push_entry::next |
Definition at line 30 of file pushlist.h.
Referenced by clone_push_list(), push_option_ex(), push_remove_option(), remove_iroutes_from_push_route_list(), send_push_options(), and show_p2mp_parms().
const char* push_entry::option |
Definition at line 32 of file pushlist.h.
Referenced by clone_push_list(), push_option_ex(), push_remove_option(), remove_iroutes_from_push_route_list(), send_push_options(), send_push_reply_auth_token(), and show_p2mp_parms().