Searched defs:ip6tables_target (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/include/ |
D | ip6tables.h | 65 struct ip6tables_target struct 67 struct ip6tables_target *next; argument 69 ip6t_chainlabel name; 71 const char *version; 74 size_t size; 77 size_t userspacesize; 80 void (*help)(void); 83 void (*init)(struct ip6t_entry_target *t, unsigned int *nfcache); 87 int (*parse)(int c, char **argv, int invert, unsigned int *flags, 92 void (*final_check)(unsigned int flags); [all …]
|
/external/iptables/include/ |
D | ip6tables.h | 98 struct ip6tables_target struct 100 struct ip6tables_target *next; argument 102 ip6t_chainlabel name; 104 const char *version; 107 size_t size; 110 size_t userspacesize; 113 void (*help)(void); 116 void (*init)(struct ip6t_entry_target *t, unsigned int *nfcache); 120 int (*parse)(int c, char **argv, int invert, unsigned int *flags, 125 void (*final_check)(unsigned int flags); [all …]
|