HomeSort by relevance Sort by last modified time
    Searched refs:xtables_rule_match (Results 1 - 7 of 7) sorted by null

  /external/iproute2/include/
xt-internal.h 36 struct xtables_rule_match { struct
37 struct xtables_rule_match *next;
61 struct xtables_rule_match **match);
  /external/iptables/iptables/
xshared.h 28 struct xtables_rule_match;
59 struct xtables_rule_match *matches;
79 const struct xtables_rule_match *);
xshared.c 24 const struct xtables_rule_match *m)
66 int nolookup, struct xtables_rule_match **matches)
116 struct xtables_rule_match *matchp;
ip6tables.c 193 exit_printhelp(const struct xtables_rule_match *matches)
721 make_delete_mask(const struct xtables_rule_match *matches,
726 const struct xtables_rule_match *matchp;
765 struct xtables_rule_match *matches,
795 struct xtables_rule_match *matches,
1188 struct xtables_rule_match *matches,
1192 struct xtables_rule_match *matchp;
    [all...]
iptables.c 187 exit_printhelp(const struct xtables_rule_match *matches)
706 make_delete_mask(const struct xtables_rule_match *matches,
711 const struct xtables_rule_match *matchp;
750 struct xtables_rule_match *matches,
780 struct xtables_rule_match *matches,
1179 struct xtables_rule_match *matches,
1183 struct xtables_rule_match *matchp;
    [all...]
  /external/iptables/include/
xtables.h 360 struct xtables_rule_match { struct
361 struct xtables_rule_match *next;
432 enum xtables_tryload, struct xtables_rule_match **match);
436 extern void xtables_rule_matches_free(struct xtables_rule_match **matches);
  /external/iptables/libxtables/
xtables.c 595 struct xtables_rule_match **matches)
670 struct xtables_rule_match **i;
671 struct xtables_rule_match *newentry;
673 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1078 /* receives a list of xtables_rule_match, release them */
1079 void xtables_rule_matches_free(struct xtables_rule_match **matches)
1081 struct xtables_rule_match *matchp, *tmp;
    [all...]

Completed in 455 milliseconds