Lines Matching refs:match
4 * Based on HW's ttl match
25 "hl match options:\n"
26 "[!] --hl-eq value Match hop limit value\n"
27 " --hl-lt value Match HL < value\n"
28 " --hl-gt value Match HL > value\n");
53 "HL match: You must specify one of "
57 static void hl_print(const void *ip, const struct xt_entry_match *match,
67 (struct ip6t_hl_info *) match->data;
69 printf(" HL match HL %s %u", op[info->mode], info->hop_limit);
72 static void hl_save(const void *ip, const struct xt_entry_match *match)
81 (struct ip6t_hl_info *) match->data;