/external/iptables/extensions/ |
libxt_statistic.c | 100 static void print_match(const struct xt_statistic_info *info, char *prefix) function 126 print_match(info, ""); 133 print_match(info, "--");
|
libxt_set.c | 174 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/libiptc/ |
libip4tc.c | 148 IPT_MATCH_ITERATE(e, print_match);
|
libip6tc.c | 182 IP6T_MATCH_ITERATE(e, print_match);
|
libiptc.c | 1413 print_match(const STRUCT_ENTRY_MATCH *m) function [all...] |
/external/iptables/iptables/ |
ip6tables.c | 484 print_match(const struct xt_entry_match *m, function 616 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC); [all...] |
iptables.c | 469 print_match(const struct xt_entry_match *m, function 601 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC); [all...] |