Searched refs:print_match (Results 1 – 9 of 9) sorted by relevance
/external/iptables/extensions/ |
D | libxt_statistic.c | 100 static void print_match(const struct xt_statistic_info *info, char *prefix) in print_match() function 126 print_match(info, ""); in statistic_print() 133 print_match(info, "--"); in statistic_save()
|
D | libxt_set.c | 176 print_match(const char *prefix, const struct xt_set_info *info) in print_match() function 199 print_match("match-set", &info->match_set); in set_print_v1() 207 print_match("--match-set", &info->match_set); in set_save_v1() 280 print_match("match-set", &info->match_set); in set_print_v2() 290 print_match("--match-set", &info->match_set); in set_save_v2() 476 print_match(opt, &info->match_set); in set_print_v3_matchinfo() 645 print_match(opt, &info->match_set); in set_print_v4_matchinfo()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 944 print_match(const void *buf, int length) in print_match() function 1080 print_match(const void *buf, int length) in print_match() function 1139 print_match(const void *buf, int length) in print_match() function 2166 print_match(subject + ovector[value], capturesize); in display_output_text() 2839 print_match(ptr + offsets[n*2], plen); in pcre2grep() 3014 print_match(ptr + offsets[0], offsets[1] - offsets[0]); in pcre2grep() 3074 print_match(ptr + offsets[0], offsets[1] - offsets[0]); in pcre2grep()
|
/external/iptables/libiptc/ |
D | libip6tc.c | 182 IP6T_MATCH_ITERATE(e, print_match); in dump_entry()
|
D | libip4tc.c | 148 IPT_MATCH_ITERATE(e, print_match); in dump_entry()
|
D | libiptc.c | 1399 print_match(const STRUCT_ENTRY_MATCH *m) in print_match() function
|
/external/iptables/iptables/ |
D | ip6tables.c | 350 print_match(const struct xt_entry_match *m, in print_match() function 436 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC); in print_firewall()
|
D | iptables.c | 340 print_match(const struct xt_entry_match *m, in print_match() function 427 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC); in print_firewall()
|
/external/pcre/dist2/ |
D | ChangeLog | 1447 * add print_match for the undefined case;
|