Lines Matching refs:match
46 "[!] --rcheck Match if source address in list.\n"
47 "[!] --update Match if source address in list, also update last-seen time.\n"
48 "[!] --remove Match if source address in list, also removes that address from list.\n"
50 " Specifies that the match will only occur if source address last seen within\n"
53 " Specifies that the match will only occur if source address seen hits times.\n"
56 " Specifies that the match will only occur if the source address and the TTL\n"
57 " match between this packet and the one which was set.\n"
61 " --rsource Match/Save the source address of each packet in the recent list table (default).\n"
62 " --rdest Match/Save the destination address of each packet in the recent list table.\n"
69 /* Initialize the match. */
71 init(struct ipt_entry_match *match, unsigned int *nfcache)
73 struct ipt_recent_info *info = (struct ipt_recent_info *)(match)->data;
89 struct ipt_entry_match **match)
91 struct ipt_recent_info *info = (struct ipt_recent_info *)(*match)->data;
179 const struct ipt_entry_match *match,
182 struct ipt_recent_info *info = (struct ipt_recent_info *)match->data;
194 if(info->check_set & IPT_RECENT_TTL) printf("TTL-Match ");
202 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
204 struct ipt_recent_info *info = (struct ipt_recent_info *)match->data;