Home | History | Annotate | Download | only in extensions

Lines Matching defs:match

105 "icmp match options:\n"
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;
220 static void icmp_print(const void *ip, const struct xt_entry_match *match,
223 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data;
235 static void icmp_save(const void *ip, const struct xt_entry_match *match)
237 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data;
274 const struct ipt_icmp *info = (struct ipt_icmp *)params->match->data;