OpenVPN
Data Fields
route_ipv6_list Struct Reference

#include <route.h>

Collaboration diagram for route_ipv6_list:
Collaboration graph
[legend]

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_ipv6routes_ipv6
 
struct gc_arena gc
 

Detailed Description

Definition at line 219 of file route.h.

Field Documentation

◆ default_metric

int route_ipv6_list::default_metric

Definition at line 225 of file route.h.

Referenced by init_route_ipv6(), and init_route_ipv6_list().

◆ flags

unsigned int route_ipv6_list::flags

Definition at line 228 of file route.h.

Referenced by init_route_ipv6_list().

◆ gc

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().

◆ iflags

unsigned int route_ipv6_list::iflags

Definition at line 220 of file route.h.

Referenced by add_routes(), and delete_routes().

◆ remote_endpoint_ipv6

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().

◆ remote_host_ipv6

struct in6_addr route_ipv6_list::remote_host_ipv6

Definition at line 224 of file route.h.

Referenced by init_route_ipv6_list().

◆ rgi6

struct route_ipv6_gateway_info route_ipv6_list::rgi6

Definition at line 227 of file route.h.

Referenced by init_route_ipv6_list().

◆ routes_ipv6

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().

◆ spec_flags

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().


The documentation for this struct was generated from the following file: