OpenVPN
|
#include <route.h>
Data Fields | |
unsigned int | flags |
struct route_option * | routes |
struct gc_arena * | gc |
unsigned int route_option_list::flags |
Definition at line 94 of file route.h.
Referenced by add_option(), init_route_list(), options_postprocess_verify_ce(), print_route_options(), and remap_redirect_gateway_flags().
struct gc_arena* route_option_list::gc |
Definition at line 96 of file route.h.
Referenced by add_route_to_option_list(), copy_route_option_list(), and new_route_option_list().
struct route_option* route_option_list::routes |
Definition at line 95 of file route.h.
Referenced by add_route_to_option_list(), init_route_list(), and print_route_options().