Home
last modified time | relevance | path

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

/external/iproute2/include/
Dxtables.h283 struct xtables_target struct
291 struct xtables_target *next; argument
294 const char *name;
297 const char *real_name;
300 uint8_t revision;
303 uint8_t ext_flags;
305 uint16_t family;
309 size_t size;
312 size_t userspacesize;
315 void (*help)(void);
[all …]
/external/iptables/include/
Dxtables.h312 struct xtables_target { struct
319 struct xtables_target *next; argument
322 const char *name;
325 const char *real_name;
328 uint8_t revision;
331 uint8_t ext_flags;
333 uint16_t family;
337 size_t size;
340 size_t userspacesize;
343 void (*help)(void);
[all …]