Lines Matching full:match
81 "icmpv6 match options:\n"
82 "[!] --icmpv6-type typename match icmpv6 type\n"
97 unsigned int match = limit;
103 if (match != limit)
108 icmpv6_codes[match].name,
110 match = i;
114 if (match != limit) {
115 *type = icmpv6_codes[match].type;
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max;
195 static void icmp6_print(const void *ip, const struct xt_entry_match *match,
198 const struct ip6t_icmp *icmpv6 = (struct ip6t_icmp *)match->data;
210 static void icmp6_save(const void *ip, const struct xt_entry_match *match)
212 const struct ip6t_icmp *icmpv6 = (struct ip6t_icmp *)match->data;