Searched refs:stDestIpAddress (Results 1 – 6 of 6) sorted by relevance
346 DumpIpv6Address(&pstClassifierRule->stDestIpAddress.ulIpv6Mask[uiLoopIndex]); in MatchDestIpv6Address()348 DumpIpv6Address(&pstClassifierRule->stDestIpAddress.ulIpv6Addr[uiLoopIndex]); in MatchDestIpv6Address()352 …if((pstClassifierRule->stDestIpAddress.ulIpv6Mask[uiLoopIndex+uiIpv6AddIndex] & aulDestIP[uiIpv6Ad… in MatchDestIpv6Address()353 != pstClassifierRule->stDestIpAddress.ulIpv6Addr[uiLoopIndex+uiIpv6AddIndex]) in MatchDestIpv6Address()
140 ptrClassifierIpAddress = pstClassifierEntry->stDestIpAddress.ucIpv6Address; in CopyIpAddrToClassifier()141 ptrClassifierIpMask = pstClassifierEntry->stDestIpAddress.ucIpv6Mask; in CopyIpAddrToClassifier()143 ptrClassifierIpAddress = pstClassifierEntry->stDestIpAddress.ucIpv4Address; in CopyIpAddrToClassifier()144 ptrClassifierIpMask = pstClassifierEntry->stDestIpAddress.ucIpv4Mask; in CopyIpAddrToClassifier()169 …pstClassifierEntry->stDestIpAddress.ulIpv4Addr[i] = ntohl(pstClassifierEntry->stDestIpAddress.ulIp… in CopyIpAddrToClassifier()171 pstClassifierEntry->stDestIpAddress.ulIpv4Addr[i]); in CopyIpAddrToClassifier()189 pstClassifierEntry->stDestIpAddress.ulIpv4Mask[i] = in CopyIpAddrToClassifier()190 ntohl(pstClassifierEntry->stDestIpAddress.ulIpv4Mask[i]); in CopyIpAddrToClassifier()192 pstClassifierEntry->stDestIpAddress.ulIpv4Mask[i]); in CopyIpAddrToClassifier()209 …pstClassifierEntry->stDestIpAddress.ulIpv6Addr[i] = ntohl(pstClassifierEntry->stDestIpAddress.ulIp… in CopyIpAddrToClassifier()[all …]
69 …)ulDestIP, (UINT)pstClassifierRule->stDestIpAddress.ulIpv4Mask[ucLoopIndex], (UINT)pstClassifierRu… in MatchDestIpAddress()73 if((pstClassifierRule->stDestIpAddress.ulIpv4Mask[ucLoopIndex] & ulDestIP)== in MatchDestIpAddress()74 …(pstClassifierRule->stDestIpAddress.ulIpv4Addr[ucLoopIndex] & pstClassifierRule->stDestIpAddress.u… in MatchDestIpAddress()
93 U_MIBS_IP_ADDRESS stDestIpAddress; member
745 DumpIpv6Address(pstClassifierEntry->stDestIpAddress.ulIpv6Addr); in DumpPackInfo()747 DumpIpv6Address(pstClassifierEntry->stDestIpAddress.ulIpv6Mask); in DumpPackInfo()749 … DUMP_INFO, DBG_LVL_ALL, "\tulDestIpAddr:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Addr[ui… in DumpPackInfo()750 … DUMP_INFO, DBG_LVL_ALL, "\tulDestIpMask:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Mask[ui… in DumpPackInfo()
142 U_IP_ADDRESS stDestIpAddress; member