|
OpenVPN
|
#include <options.h>

Data Fields | |
| int | type |
| size_t | size |
| char * | pattern |
| struct pull_filter * | next |
| struct pull_filter* pull_filter::next |
Definition at line 806 of file options.h.
Referenced by alloc_pull_filter(), apply_pull_filter(), and show_pull_filter_list().
| char* pull_filter::pattern |
Definition at line 805 of file options.h.
Referenced by add_option(), apply_pull_filter(), and show_pull_filter_list().
| size_t pull_filter::size |
Definition at line 804 of file options.h.
Referenced by add_option(), and apply_pull_filter().
| int pull_filter::type |
Definition at line 803 of file options.h.
Referenced by add_option(), apply_pull_filter(), and show_pull_filter_list().