HomeSort by relevance Sort by last modified time
    Searched defs:xtables_match (Results 1 - 2 of 2) sorted by null

  /external/iproute2/include/
xtables.h 209 struct xtables_match struct
217 struct xtables_match *next;
362 struct xtables_match *match;
414 extern struct xtables_match *xtables_matches;
432 extern struct xtables_match *xtables_find_match(const char *name,
442 extern void xtables_register_match(struct xtables_match *me);
443 extern void xtables_register_matches(struct xtables_match *, unsigned int);
540 struct xtables_match *, void *);
542 extern void xtables_option_mfcall(struct xtables_match *);
  /external/iptables/include/
xtables.h 209 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 122 milliseconds