Lines Matching refs:match
106 " --icmp-type [!] typename match icmp type\n"
121 unsigned int match = limit;
127 if (match != limit)
132 icmp_codes[match].name,
134 match = i;
138 if (match != limit) {
139 *type = icmp_codes[match].type;
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max;
170 /* Initialize the match. */
186 struct ipt_entry_match **match)
188 struct ipt_icmp *icmpinfo = (struct ipt_icmp *)(*match)->data;
194 "icmp match: only use --icmp-type once!");
250 const struct ipt_entry_match *match,
253 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data;
265 /* Saves the match in parsable form to stdout. */
266 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
268 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data;