Home | History | Annotate | Download | only in extensions

Lines Matching full:info

160 	struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)m->data;
162 info->matchflags = 0x00;
163 info->invflags = 0x00;
164 info->modeflag = 0x00;
192 struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)(*match)->data;
203 if (! (info->matchflags = parse_header(argv[optind-1])) )
207 info->invflags |= 0xFF;
216 info->modeflag |= 0xFF;
261 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;
264 if (info->matchflags || info->invflags) {
265 printf("flags:%s", info->invflags ? "!" : "");
267 printf("0x%02X ", info->matchflags);
269 print_header(info->matchflags);
274 if (info->modeflag)
286 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;
289 printf("%s", info->invflags ? "!" : "");
290 print_header(info->matchflags);
292 if (info->modeflag)