Home
last modified time | relevance | path

Searched defs:xt_option_call (Results 1 – 2 of 2) sorted by relevance

/external/iptables/include/
Dxtables.h146 struct xt_option_call { struct
147 const char *arg, *ext_name;
148 const struct xt_option_entry *entry;
149 void *data;
150 unsigned int xflags;
151 bool invert;
152 uint8_t nvals;
153 union {
170 } val;
172 union {
[all …]
Dxtables.h.in146 struct xt_option_call { struct
147 const char *arg, *ext_name;
148 const struct xt_option_entry *entry;
149 void *data;
150 unsigned int xflags;
151 bool invert;
152 uint8_t nvals;
153 union {
170 } val;
172 union {
[all …]