OpenVPN
Data Fields
route_ipv6 Struct Reference

#include <route.h>

Collaboration diagram for route_ipv6:
Collaboration graph
[legend]

Data Fields

struct route_ipv6next
 
unsigned int flags
 
struct in6_addr network
 
unsigned int netbits
 
struct in6_addr gateway
 
int metric
 
int table_id
 
DWORD adapter_index
 

Detailed Description

Definition at line 133 of file route.h.

Field Documentation

◆ adapter_index

DWORD route_ipv6::adapter_index

Definition at line 144 of file route.h.

Referenced by do_route_ipv6_service(), and route_ipv6_ipapi().

◆ flags

unsigned int route_ipv6::flags

Definition at line 136 of file route.h.

Referenced by add_routes(), delete_routes(), do_route_ipv6_service(), and route_ipv6_ipapi().

◆ gateway

struct in6_addr route_ipv6::gateway

Definition at line 139 of file route.h.

Referenced by do_route_ipv6_service(), local_route(), and route_ipv6_ipapi().

◆ metric

int route_ipv6::metric

Definition at line 140 of file route.h.

Referenced by do_route_ipv6_service(), and route_ipv6_ipapi().

◆ netbits

unsigned int route_ipv6::netbits

Definition at line 138 of file route.h.

Referenced by do_route_ipv6_service(), and route_ipv6_ipapi().

◆ network

struct in6_addr route_ipv6::network

Definition at line 137 of file route.h.

Referenced by do_route_ipv6_service(), local_route(), and route_ipv6_ipapi().

◆ next

struct route_ipv6* route_ipv6::next

Definition at line 135 of file route.h.

Referenced by add_routes().

◆ table_id

int route_ipv6::table_id

Definition at line 141 of file route.h.


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