Searched refs:invmap (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_conntrack_proto_icmp.c44 static const u_int8_t invmap[] = { variable
58 if (orig->dst.u.icmp.type >= sizeof(invmap) ||
59 !invmap[orig->dst.u.icmp.type])
63 tuple->dst.u.icmp.type = invmap[orig->dst.u.icmp.type] - 1;
253 if (tuple->dst.u.icmp.type >= sizeof(invmap) ||
254 !invmap[tuple->dst.u.icmp.type])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c50 static const u_int8_t invmap[] = { variable
72 if (type < 0 || type >= sizeof(invmap) || !invmap[type])
76 tuple->dst.u.icmp.type = invmap[type] - 1;
260 tuple->dst.u.icmp.type - 128 >= sizeof(invmap) ||
261 !invmap[tuple->dst.u.icmp.type - 128])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_conntrack_proto_icmp.c44 static const u_int8_t invmap[] = { variable
58 if (orig->dst.u.icmp.type >= sizeof(invmap) ||
59 !invmap[orig->dst.u.icmp.type])
63 tuple->dst.u.icmp.type = invmap[orig->dst.u.icmp.type] - 1;
253 if (tuple->dst.u.icmp.type >= sizeof(invmap) ||
254 !invmap[tuple->dst.u.icmp.type])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c50 static const u_int8_t invmap[] = { variable
72 if (type < 0 || type >= sizeof(invmap) || !invmap[type])
76 tuple->dst.u.icmp.type = invmap[type] - 1;
260 tuple->dst.u.icmp.type - 128 >= sizeof(invmap) ||
261 !invmap[tuple->dst.u.icmp.type - 128])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/bin/
H A Daclocal100 my %invmap = ();
205 %invmap = ();
538 foreach my $def (@{$invmap{$basename}})
543 $invmap{$basename} = [];
583 push @{$invmap{$basename}}, $macro;
H A Daclocal-1.11100 my %invmap = ();
205 %invmap = ();
538 foreach my $def (@{$invmap{$basename}})
543 $invmap{$basename} = [];
583 push @{$invmap{$basename}}, $macro;

Completed in 81 milliseconds