OpenVPN
Data Fields
route_ipv6_option Struct Reference

#include <route.h>

Collaboration diagram for route_ipv6_option:
Collaboration graph
[legend]

Data Fields

struct route_ipv6_optionnext
 
const char * prefix
 
const char * gateway
 
const char * metric
 

Detailed Description

Definition at line 99 of file route.h.

Field Documentation

◆ gateway

const char* route_ipv6_option::gateway

Definition at line 102 of file route.h.

Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6().

◆ metric

const char* route_ipv6_option::metric

Definition at line 103 of file route.h.

Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6().

◆ next

struct route_ipv6_option* route_ipv6_option::next

Definition at line 100 of file route.h.

Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6_list().

◆ prefix

const char* route_ipv6_option::prefix

Definition at line 101 of file route.h.

Referenced by add_route_ipv6_to_option_list(), and init_route_ipv6().


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