#include <arptables.h>
|
| struct arptables_match * | next |
| |
| arpt_chainlabel | name |
| |
| const char * | version |
| |
| size_t | size |
| |
| size_t | userspacesize |
| |
| void(* | help )(void) |
| |
| void(* | init )(struct arpt_entry_match *m, unsigned int *nfcache) |
| |
| int(* | parse )(int c, char **argv, int invert, unsigned int *flags, const struct arpt_entry *entry, unsigned int *nfcache, struct arpt_entry_match **match) |
| |
| void(* | final_check )(unsigned int flags) |
| |
| void(* | print )(const struct arpt_arp *ip, const struct arpt_entry_match *match, int numeric) |
| |
| void(* | save )(const struct arpt_arp *ip, const struct arpt_entry_match *match) |
| |
| const struct option * | extra_opts |
| |
| unsigned int | option_offset |
| |
| struct arpt_entry_match * | m |
| |
| unsigned int | mflags |
| |
| unsigned int | used |
| |
| unsigned int | loaded |
| |
| const struct option* arptables_match::extra_opts |
| void(* arptables_match::help)(void) |
| unsigned int arptables_match::option_offset |
| size_t arptables_match::size |
| size_t arptables_match::userspacesize |
| const char* arptables_match::version |
The documentation for this struct was generated from the following file: