Home
last modified time | relevance | path

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

/external/iptables/include/
Dxtables.h225 struct xtables_match { struct
232 struct xtables_match *next; argument
234 const char *name;
235 const char *real_name;
238 uint8_t revision;
241 uint8_t ext_flags;
243 uint16_t family;
246 size_t size;
249 size_t userspacesize;
252 void (*help)(void);
[all …]
/external/iproute2/include/
Dxtables.h209 struct xtables_match struct
217 struct xtables_match *next; argument
219 const char *name;
220 const char *real_name;
223 uint8_t revision;
226 uint8_t ext_flags;
228 uint16_t family;
231 size_t size;
234 size_t userspacesize;
237 void (*help)(void);
[all …]