OpenVPN
Data Fields
route_ipv6_gateway_info Struct Reference

#include <route.h>

Collaboration diagram for route_ipv6_gateway_info:
Collaboration graph
[legend]

Data Fields

unsigned int flags
 
DWORD adapter_index
 
uint8_t hwaddr [6]
 
struct route_ipv6_gateway_address gateway
 
int n_addrs
 
struct route_ipv6_gateway_address addrs [RGI_N_ADDRESSES]
 

Detailed Description

Definition at line 179 of file route.h.

Field Documentation

◆ adapter_index

DWORD route_ipv6_gateway_info::adapter_index

Definition at line 185 of file route.h.

Referenced by get_default_gateway_ipv6(), init_route_ipv6_list(), and print_default_gateway().

◆ addrs

struct route_ipv6_gateway_address route_ipv6_gateway_info::addrs[RGI_N_ADDRESSES]

Definition at line 203 of file route.h.

◆ flags

unsigned int route_ipv6_gateway_info::flags

Definition at line 181 of file route.h.

Referenced by get_default_gateway_ipv6(), init_route_ipv6_list(), and print_default_gateway().

◆ gateway

struct route_ipv6_gateway_address route_ipv6_gateway_info::gateway

Definition at line 198 of file route.h.

Referenced by get_default_gateway_ipv6(), init_route_ipv6_list(), and print_default_gateway().

◆ hwaddr

uint8_t route_ipv6_gateway_info::hwaddr[6]

Definition at line 195 of file route.h.

Referenced by print_default_gateway().

◆ n_addrs

int route_ipv6_gateway_info::n_addrs

Definition at line 202 of file route.h.


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