Home
last modified time | relevance | path

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

/external/iptables/include/
Dxtables.h264 struct xtables_target struct
272 struct xtables_target *next; argument
275 const char *name;
278 u_int8_t revision;
280 u_int16_t family;
284 size_t size;
287 size_t userspacesize;
290 void (*help)(void);
293 void (*init)(struct xt_entry_target *t);
298 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
[all …]
Dxtables.h.in264 struct xtables_target struct
272 struct xtables_target *next; argument
275 const char *name;
278 u_int8_t revision;
280 u_int16_t family;
284 size_t size;
287 size_t userspacesize;
290 void (*help)(void);
293 void (*init)(struct xt_entry_target *t);
298 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
[all …]