Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DIPv6Protocol.c295 DumpIpv6Address(&pstClassifierRule->stSrcIpAddress.ulIpv6Addr[uiLoopIndex]); in MatchSrcIpv6Address()
300 != pstClassifierRule->stSrcIpAddress.ulIpv6Addr[uiLoopIndex+uiIpv6AddIndex]) in MatchSrcIpv6Address()
348 DumpIpv6Address(&pstClassifierRule->stDestIpAddress.ulIpv6Addr[uiLoopIndex]); in MatchDestIpv6Address()
353 != pstClassifierRule->stDestIpAddress.ulIpv6Addr[uiLoopIndex+uiIpv6AddIndex]) in MatchDestIpv6Address()
DHostMIBSInterface.h37 ULONG ulIpv6Addr[MIBS_MAX_IP_RANGE_LENGTH * 4]; member
DAdapter.h105 ULONG ulIpv6Addr[MAX_IP_RANGE_LENGTH * 4];//Source Ip Address Range member
DCmHost.c206 …pstClassifierEntry->stSrcIpAddress.ulIpv6Addr[i] = ntohl(pstClassifierEntry->stSrcIpAddress.ulIpv6… in CopyIpAddrToClassifier()
209 …pstClassifierEntry->stDestIpAddress.ulIpv6Addr[i] = ntohl(pstClassifierEntry->stDestIpAddress.ulIp… in CopyIpAddrToClassifier()
DQos.c38 …Mask[ucLoopIndex], (UINT)ulSrcIP, (UINT)pstClassifierRule->stSrcIpAddress.ulIpv6Addr[ucLoopIndex]); in MatchSrcIpAddress()
DMisc.c733 DumpIpv6Address(pstClassifierEntry->stSrcIpAddress.ulIpv6Addr); in DumpPackInfo()
745 DumpIpv6Address(pstClassifierEntry->stDestIpAddress.ulIpv6Addr); in DumpPackInfo()