/external/iptables/extensions/ |
libxt_set.c | 183 print_match(const char *prefix, const struct xt_set_info *info) function 206 print_match("match-set", &info->match_set); 214 print_match("--match-set", &info->match_set);
|
libxt_statistic.c | 96 static void print_match(const struct xt_statistic_info *info, char *prefix) function 122 print_match(info, ""); 129 print_match(info, "--");
|
/external/iptables/iptables/ |
ip6tables.c | 522 print_match(const struct ip6t_entry_match *m, function 654 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC); [all...] |
iptables.c | 527 print_match(const struct ipt_entry_match *m, function 659 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC); [all...] |
/external/iptables/libiptc/ |
libiptc.c | 1408 print_match(const STRUCT_ENTRY_MATCH *m) function [all...] |