Searched refs:stDestIpAddress (Results 1 – 6 of 6) sorted by relevance
377 DumpIpv6Address(&pstClassifierRule->stDestIpAddress.ulIpv6Mask[uiLoopIndex]); in MatchDestIpv6Address()380 DumpIpv6Address(&pstClassifierRule->stDestIpAddress.ulIpv6Addr[uiLoopIndex]); in MatchDestIpv6Address()383 …if ((pstClassifierRule->stDestIpAddress.ulIpv6Mask[uiLoopIndex+uiIpv6AddIndex] & aulDestIP[uiIpv6A… in MatchDestIpv6Address()384 != pstClassifierRule->stDestIpAddress.ulIpv6Addr[uiLoopIndex+uiIpv6AddIndex]) { in MatchDestIpv6Address()
139 ptrClassifierIpAddress = pstClassifierEntry->stDestIpAddress.ucIpv6Address; in CopyIpAddrToClassifier()140 ptrClassifierIpMask = pstClassifierEntry->stDestIpAddress.ucIpv6Mask; in CopyIpAddrToClassifier()142 ptrClassifierIpAddress = pstClassifierEntry->stDestIpAddress.ucIpv4Address; in CopyIpAddrToClassifier()143 ptrClassifierIpMask = pstClassifierEntry->stDestIpAddress.ucIpv4Mask; in CopyIpAddrToClassifier()168 …pstClassifierEntry->stDestIpAddress.ulIpv4Addr[i] = ntohl(pstClassifierEntry->stDestIpAddress.ulIp… in CopyIpAddrToClassifier()170 pstClassifierEntry->stDestIpAddress.ulIpv4Addr[i]); in CopyIpAddrToClassifier()188 pstClassifierEntry->stDestIpAddress.ulIpv4Mask[i] = in CopyIpAddrToClassifier()189 ntohl(pstClassifierEntry->stDestIpAddress.ulIpv4Mask[i]); in CopyIpAddrToClassifier()191 pstClassifierEntry->stDestIpAddress.ulIpv4Mask[i]); in CopyIpAddrToClassifier()208 …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()
77 union bcm_mibs_ip_addr stDestIpAddress; member
72 U_IP_ADDRESS stDestIpAddress; member
708 DumpIpv6Address(pstClassifierEntry->stDestIpAddress.ulIpv6Addr); in DumpPackInfo()710 DumpIpv6Address(pstClassifierEntry->stDestIpAddress.ulIpv6Mask); in DumpPackInfo()712 … DUMP_INFO, DBG_LVL_ALL, "\tulDestIpAddr:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Addr[ui… in DumpPackInfo()713 … DUMP_INFO, DBG_LVL_ALL, "\tulDestIpMask:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Mask[ui… in DumpPackInfo()