#include <xtables.h>
Data Fields | |
| const char * | name |
| enum xt_option_type | type |
| unsigned int | id |
| unsigned int | excl |
| unsigned int | also |
| unsigned int | flags |
| unsigned int | ptroff |
| size_t | size |
| unsigned int | min |
| unsigned int | max |
| unsigned int xt_option_entry::also |
| unsigned int xt_option_entry::excl |
Referenced by xtables_option_parse().
| unsigned int xt_option_entry::flags |
Referenced by xtables_option_metavalidate(), xtables_option_parse(), and xtables_options_fcheck().
| unsigned int xt_option_entry::id |
Referenced by xtables_option_metavalidate(), xtables_option_parse(), xtables_options_fcheck(), and xtables_options_xfrm().
| unsigned int xt_option_entry::max |
| unsigned int xt_option_entry::min |
| const char* xt_option_entry::name |
Referenced by xtables_option_metavalidate(), xtables_option_parse(), xtables_options_fcheck(), and xtables_options_xfrm().
| unsigned int xt_option_entry::ptroff |
Referenced by xtables_option_metavalidate().
| size_t xt_option_entry::size |
Referenced by xtables_option_metavalidate().
| enum xt_option_type xt_option_entry::type |
Referenced by xtables_option_metavalidate(), xtables_option_parse(), and xtables_options_xfrm().