OpenVPN
in_src Struct Reference
Collaboration diagram for in_src:

Data Fields

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

Detailed Description

Definition at line 225 of file options_parse.c.

Field Documentation

◆ fp

FILE* in_src::fp

Definition at line 232 of file options_parse.c.

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

◆ multiline

struct buffer* in_src::multiline

Definition at line 233 of file options_parse.c.

Referenced by check_inline_file_via_buf(), and in_src_get().

◆ type

int in_src::type

◆ [union]

union { ... } in_src::u

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