OpenVPN
Data Fields
in_src Struct Reference
Collaboration diagram for in_src:
Collaboration graph
[legend]

Data Fields

int type
 
union {
   FILE *   fp
 
   struct buffer *   multiline
 
u
 

Detailed Description

Definition at line 5143 of file options.c.

Field Documentation

◆ fp

FILE* in_src::fp

Definition at line 5148 of file options.c.

Referenced by check_inline_file_via_fp(), in_src_get(), and read_config_file().

◆ multiline

struct buffer* in_src::multiline

Definition at line 5149 of file options.c.

Referenced by check_inline_file_via_buf(), and in_src_get().

◆ type

int in_src::type

Definition at line 5146 of file options.c.

Referenced by check_inline_file_via_buf(), check_inline_file_via_fp(), and in_src_get().

◆ u

union { ... } in_src::u

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