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

  /external/iproute2/include/
iptables.h 31 struct iptables_match *match;
35 struct iptables_match struct
37 struct iptables_match *next;
144 extern void register_match(struct iptables_match *me);
159 extern struct iptables_match *iptables_matches;
169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
  /external/iptables/include/
iptables.h 37 struct iptables_match *match;
45 struct iptables_match struct
47 struct iptables_match *next;
154 extern void register_match(struct iptables_match *me);
173 extern struct iptables_match *iptables_matches;
184 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);

Completed in 576 milliseconds