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

/external/iptables/include/
H A Dxtables.h209 struct xtables_match struct
217 struct xtables_match *next;
362 struct xtables_match *match;
413 extern struct xtables_match *xtables_matches;
431 extern struct xtables_match *xtables_find_match(const char *name,
439 extern void xtables_register_match(struct xtables_match *me);
440 extern void xtables_register_matches(struct xtables_match *, unsigned int);
537 struct xtables_match *, void *);
539 extern void xtables_option_mfcall(struct xtables_match *);

Completed in 657 milliseconds