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

/external/iptables/include/
H A Dxtables.h201 struct xtables_match struct
209 struct xtables_match *next;
331 struct xtables_match *match;
382 extern struct xtables_match *xtables_matches;
400 extern struct xtables_match *xtables_find_match(const char *name,
406 extern void xtables_register_match(struct xtables_match *me);
407 extern void xtables_register_matches(struct xtables_match *, unsigned int);
480 struct xtables_match *, void *);
482 extern void xtables_option_mfcall(struct xtables_match *);

Completed in 46 milliseconds