OpenVPN
|
Data Fields | |
int | type |
int | size |
char * | pattern |
struct pull_filter * | next |
struct pull_filter* pull_filter::next |
Definition at line 959 of file options.c.
Referenced by alloc_pull_filter(), apply_pull_filter(), and show_pull_filter_list().
char* pull_filter::pattern |
Definition at line 958 of file options.c.
Referenced by add_option(), apply_pull_filter(), and show_pull_filter_list().
int pull_filter::size |
Definition at line 957 of file options.c.
Referenced by add_option(), and apply_pull_filter().
int pull_filter::type |
Definition at line 956 of file options.c.
Referenced by add_option(), apply_pull_filter(), pull_filter_type_name(), set_user_script(), show_pull_filter_list(), and verify_permission().