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 5258 of file options.c.

Field Documentation

◆ fp

FILE* in_src::fp

Definition at line 5263 of file options.c.

Referenced by check_inline_file_via_fp(), and read_config_file().

◆ multiline

struct buffer* in_src::multiline

Definition at line 5264 of file options.c.

Referenced by check_inline_file_via_buf().

◆ type

int in_src::type

Definition at line 5261 of file options.c.

Referenced by check_inline_file_via_buf(), and check_inline_file_via_fp().

◆ [union]

union { ... } in_src::u

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