Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

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;
146 /* Initialize the match. */
161 struct ip6t_entry_match **match)
163 struct ip6t_icmp *icmpv6info = (struct ip6t_icmp *)(*match)->data;
169 "icmpv6 match: only use --icmpv6-type once!");
225 const struct ip6t_entry_match *match,
228 const struct ip6t_icmp *icmpv6 = (struct ip6t_icmp *)match->data;
240 /* Saves the match in parsable form to stdout. */
241 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match)
243 const struct ip6t_icmp *icmpv6 = (struct ip6t_icmp *)match->data;
258 "icmpv6 match: You must specify `--icmpv6-type'");