OpenVPN
Data Fields
route_option Struct Reference

#include <route.h>

Collaboration diagram for route_option:
Collaboration graph
[legend]

Data Fields

struct route_optionnext
 
const char * network
 
const char * netmask
 
const char * gateway
 
const char * metric
 

Detailed Description

Definition at line 75 of file route.h.

Field Documentation

◆ gateway

const char* route_option::gateway

Definition at line 79 of file route.h.

Referenced by add_route_to_option_list(), init_route(), and print_route_option().

◆ metric

const char* route_option::metric

Definition at line 80 of file route.h.

Referenced by add_route_to_option_list(), init_route(), and print_route_option().

◆ netmask

const char* route_option::netmask

Definition at line 78 of file route.h.

Referenced by add_route_to_option_list(), init_route(), and print_route_option().

◆ network

const char* route_option::network

Definition at line 77 of file route.h.

Referenced by add_route_to_option_list(), init_route(), and print_route_option().

◆ next

struct route_option* route_option::next

Definition at line 76 of file route.h.

Referenced by add_route_to_option_list(), init_route_list(), and print_route_options().


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