OpenVPN
|
Data Fields | |
int | type |
union { | |
FILE * fp | |
struct buffer * multiline | |
} | u |
FILE* in_src::fp |
Definition at line 5153 of file options.c.
Referenced by check_inline_file_via_fp(), in_src_get(), and read_config_file().
struct buffer* in_src::multiline |
Definition at line 5154 of file options.c.
Referenced by check_inline_file_via_buf(), and in_src_get().
int in_src::type |
Definition at line 5151 of file options.c.
Referenced by check_inline_file_via_buf(), check_inline_file_via_fp(), and in_src_get().
union { ... } in_src::u |
Referenced by check_inline_file_via_buf(), check_inline_file_via_fp(), and in_src_get().