Lines Matching refs:info
161 struct ip6t_ipv6header_info *info = cb->data;
166 if (!(info->matchflags = parse_header(cb->arg)))
169 info->invflags |= 0xFF;
172 info->modeflag |= 0xFF;
202 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;
205 if (info->matchflags || info->invflags) {
206 printf(" flags:%s", info->invflags ? "!" : "");
208 printf("0x%02X", info->matchflags);
210 print_header(info->matchflags);
214 if (info->modeflag)
221 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;
223 printf("%s --header ", info->invflags ? " !" : "");
224 print_header(info->matchflags);
225 if (info->modeflag)