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 225 struct xtables_match { struct
232 struct xtables_match *next;
384 struct xtables_match *match;
447 extern struct xtables_match *xtables_matches;
465 extern struct xtables_match *xtables_find_match(const char *name,
475 extern void xtables_register_match(struct xtables_match *me);
476 extern void xtables_register_matches(struct xtables_match *, unsigned int);
573 struct xtables_match *, void *);
575 extern void xtables_option_mfcall(struct xtables_match *);

Completed in 1057 milliseconds