OpenVPN
|
#include <route.h>
Data Fields | |
unsigned int | iflags |
unsigned int | spec_flags |
struct in6_addr | remote_endpoint_ipv6 |
struct in6_addr | remote_host_ipv6 |
int | default_metric |
struct route_ipv6_gateway_info | rgi6 |
unsigned int | flags |
struct route_ipv6 * | routes_ipv6 |
struct gc_arena | gc |
int route_ipv6_list::default_metric |
Definition at line 225 of file route.h.
Referenced by init_route_ipv6(), and init_route_ipv6_list().
unsigned int route_ipv6_list::flags |
Definition at line 228 of file route.h.
Referenced by init_route_ipv6_list().
struct gc_arena route_ipv6_list::gc |
Definition at line 230 of file route.h.
Referenced by clear_route_ipv6_list(), and init_route_ipv6_list().
unsigned int route_ipv6_list::iflags |
Definition at line 220 of file route.h.
Referenced by add_routes(), and delete_routes().
struct in6_addr route_ipv6_list::remote_endpoint_ipv6 |
Definition at line 223 of file route.h.
Referenced by init_route_ipv6(), and init_route_ipv6_list().
struct in6_addr route_ipv6_list::remote_host_ipv6 |
Definition at line 224 of file route.h.
Referenced by init_route_ipv6_list().
struct route_ipv6_gateway_info route_ipv6_list::rgi6 |
Definition at line 227 of file route.h.
Referenced by init_route_ipv6_list().
struct route_ipv6* route_ipv6_list::routes_ipv6 |
Definition at line 229 of file route.h.
Referenced by add_routes(), delete_routes(), init_route_ipv6_list(), and setenv_routes_ipv6().
unsigned int route_ipv6_list::spec_flags |
Definition at line 222 of file route.h.
Referenced by init_route_ipv6(), and init_route_ipv6_list().