Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

4  * Based on HW's ttl match
21 "HL match v%s options:\n"
22 " --hl-eq [!] value Match hop limit value\n"
23 " --hl-lt value Match HL < value\n"
24 " --hl-gt value Match HL > value\n"
30 struct ip6t_entry_match **match)
32 struct ip6t_hl_info *info = (struct ip6t_hl_info *) (*match)->data;
88 "HL match: You must specify one of "
93 const struct ip6t_entry_match *match,
103 (struct ip6t_hl_info *) match->data;
105 printf("HL match HL %s %u ", op[info->mode], info->hop_limit);
109 const struct ip6t_entry_match *match)
118 (struct ip6t_hl_info *) match->data;