OpenVPN
Data Fields
options_pre_connect Struct Reference

#include <options.h>

Collaboration diagram for options_pre_connect:
Collaboration graph
[legend]

Data Fields

bool tuntap_options_defined
 
struct tuntap_options tuntap_options
 
bool routes_defined
 
struct route_option_listroutes
 
bool routes_ipv6_defined
 
struct route_ipv6_option_listroutes_ipv6
 
const char * route_default_gateway
 
const char * route_ipv6_default_gateway
 
bool client_nat_defined
 
struct client_nat_option_listclient_nat
 
struct dns_options dns_options
 
const char * ciphername
 
const char * authname
 
int ping_send_timeout
 
int ping_rec_timeout
 
int ping_rec_timeout_action
 
int foreign_option_index
 
struct compress_options comp
 

Detailed Description

Definition at line 63 of file options.h.

Field Documentation

◆ authname

const char* options_pre_connect::authname

Definition at line 83 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ ciphername

const char* options_pre_connect::ciphername

Definition at line 82 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ client_nat

struct client_nat_option_list* options_pre_connect::client_nat

Definition at line 78 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ client_nat_defined

bool options_pre_connect::client_nat_defined

Definition at line 77 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ comp

struct compress_options options_pre_connect::comp

Definition at line 90 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ dns_options

struct dns_options options_pre_connect::dns_options

Definition at line 80 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ foreign_option_index

int options_pre_connect::foreign_option_index

Definition at line 89 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ ping_rec_timeout

int options_pre_connect::ping_rec_timeout

Definition at line 86 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ ping_rec_timeout_action

int options_pre_connect::ping_rec_timeout_action

Definition at line 87 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ ping_send_timeout

int options_pre_connect::ping_send_timeout

Definition at line 85 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ route_default_gateway

const char* options_pre_connect::route_default_gateway

Definition at line 74 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ route_ipv6_default_gateway

const char* options_pre_connect::route_ipv6_default_gateway

Definition at line 75 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ routes

struct route_option_list* options_pre_connect::routes

Definition at line 69 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ routes_defined

bool options_pre_connect::routes_defined

Definition at line 68 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ routes_ipv6

struct route_ipv6_option_list* options_pre_connect::routes_ipv6

Definition at line 72 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ routes_ipv6_defined

bool options_pre_connect::routes_ipv6_defined

Definition at line 71 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ tuntap_options

struct tuntap_options options_pre_connect::tuntap_options

Definition at line 66 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().

◆ tuntap_options_defined

bool options_pre_connect::tuntap_options_defined

Definition at line 65 of file options.h.

Referenced by pre_connect_restore(), and pre_connect_save().


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