Lines Matching refs:match
30 "iprange match options:\n"
31 "[!] --src-range ip[-ip] Match source IP in the specified range\n"
32 "[!] --dst-range ip[-ip] Match destination IP in the specified range\n");
92 "will never match\n", arg, dash + 1);
159 "iprange match: You must specify `--src-range' or `--dst-range'");
174 static void iprange_print(const void *ip, const struct xt_entry_match *match,
177 const struct ipt_iprange_info *info = (const void *)match->data;
194 iprange_mt4_print(const void *ip, const struct xt_entry_match *match,
197 const struct xt_iprange_mtinfo *info = (const void *)match->data;
220 iprange_mt6_print(const void *ip, const struct xt_entry_match *match,
223 const struct xt_iprange_mtinfo *info = (const void *)match->data;
245 static void iprange_save(const void *ip, const struct xt_entry_match *match)
247 const struct ipt_iprange_info *info = (const void *)match->data;
263 static void iprange_mt4_save(const void *ip, const struct xt_entry_match *match)
265 const struct xt_iprange_mtinfo *info = (const void *)match->data;
281 static void iprange_mt6_save(const void *ip, const struct xt_entry_match *match)
283 const struct xt_iprange_mtinfo *info = (const void *)match->data;