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
 
DWORD adapter_index
 

Detailed Description

Definition at line 125 of file route.h.

Field Documentation

◆ adapter_index

DWORD route_ipv6::adapter_index

◆ flags

unsigned int route_ipv6::flags

◆ gateway

struct in6_addr route_ipv6::gateway

◆ metric

int route_ipv6::metric

◆ netbits

unsigned int route_ipv6::netbits

◆ network

struct in6_addr route_ipv6::network

◆ next

struct route_ipv6* route_ipv6::next

Definition at line 126 of file route.h.

Referenced by add_routes(), delete_routes(), init_route_ipv6_list(), and setenv_routes_ipv6().


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