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

/external/iptables/extensions/
H A Dlibxt_statistic.c100 static void print_match(const struct xt_statistic_info *info, char *prefix) function
126 print_match(info, "");
133 print_match(info, "--");
H A Dlibxt_set.c174 print_match(const char *prefix, const struct xt_set_info *info) function
197 print_match("match-set", &info->match_set);
205 print_match("--match-set", &info->match_set);
277 print_match("match-set", &info->match_set);
287 print_match("--match-set", &info->match_set);
472 print_match(opt, &info->match_set);
/external/iptables/iptables/
H A Dip6tables.c484 print_match(const struct xt_entry_match *m, function
616 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC);
H A Diptables.c469 print_match(const struct xt_entry_match *m, function
601 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC);
/external/iptables/libiptc/
H A Dlibiptc.c1413 print_match(const STRUCT_ENTRY_MATCH *m) function

Completed in 102 milliseconds