Home
last modified time | relevance | path

Searched refs:uiIpv6AddrNoLongWords (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/bcm/
DIPv6Protocol.c268 UINT uiIpv6AddrNoLongWords = 4; in MatchSrcIpv6Address() local
283 for(uiIpv6AddIndex=0;uiIpv6AddIndex<uiIpv6AddrNoLongWords;uiIpv6AddIndex++) in MatchSrcIpv6Address()
288 for(uiLoopIndex=0;uiLoopIndex<uiCountIPSrcAddresses;uiLoopIndex+=uiIpv6AddrNoLongWords) in MatchSrcIpv6Address()
297 for(uiIpv6AddIndex=0;uiIpv6AddIndex<uiIpv6AddrNoLongWords;uiIpv6AddIndex++) in MatchSrcIpv6Address()
306 if(uiIpv6AddIndex == uiIpv6AddrNoLongWords-1) in MatchSrcIpv6Address()
321 UINT uiIpv6AddrNoLongWords = 4; in MatchDestIpv6Address() local
336 for(uiIpv6AddIndex=0;uiIpv6AddIndex<uiIpv6AddrNoLongWords;uiIpv6AddIndex++) in MatchDestIpv6Address()
341 for(uiLoopIndex=0;uiLoopIndex<uiCountIPDestinationAddresses;uiLoopIndex+=uiIpv6AddrNoLongWords) in MatchDestIpv6Address()
350 for(uiIpv6AddIndex=0;uiIpv6AddIndex<uiIpv6AddrNoLongWords;uiIpv6AddIndex++) in MatchDestIpv6Address()
359 if(uiIpv6AddIndex == uiIpv6AddrNoLongWords-1) in MatchDestIpv6Address()
[all …]