Searched refs:matchflags (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h12 u_int8_t matchflags; member in struct:ip6t_ipv6header_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h13 u_int8_t matchflags; member in struct:ip6t_ipv6header_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_ipv6header.c117 return !((temp ^ info->matchflags ^ info->invflags)
118 & info->matchflags);
121 return temp != info->matchflags;
123 return temp == info->matchflags;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_ipv6header.c166 if (!(info->matchflags = parse_header(cb->arg)))
205 if (info->matchflags || info->invflags) {
208 printf("0x%02X", info->matchflags);
210 print_header(info->matchflags);
224 print_header(info->matchflags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_ipv6header.c162 info->matchflags = 0x00;
203 if (! (info->matchflags = parse_header(argv[optind-1])) )
264 if (info->matchflags || info->invflags) {
267 printf("0x%02X ", info->matchflags);
269 print_header(info->matchflags);
290 print_header(info->matchflags);

Completed in 41 milliseconds