OpenVPN
Data Fields
pull_filter Struct Reference

#include <options.h>

Collaboration diagram for pull_filter:
Collaboration graph
[legend]

Data Fields

int type
 
int size
 
char * pattern
 
struct pull_filternext
 

Detailed Description

Definition at line 807 of file options.h.

Field Documentation

◆ next

struct pull_filter* pull_filter::next

Definition at line 816 of file options.h.

Referenced by alloc_pull_filter(), apply_pull_filter(), and show_pull_filter_list().

◆ pattern

char* pull_filter::pattern

Definition at line 815 of file options.h.

Referenced by add_option(), apply_pull_filter(), and show_pull_filter_list().

◆ size

int pull_filter::size

Definition at line 814 of file options.h.

Referenced by add_option(), and apply_pull_filter().

◆ type

int pull_filter::type

Definition at line 813 of file options.h.

Referenced by add_option(), apply_pull_filter(), and show_pull_filter_list().


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