Searched refs:ulIpv4Mask (Results 1 – 5 of 5) sorted by relevance
54 (UINT)src_addr->ulIpv4Mask[ucLoopIndex], in MatchSrcIpAddress()58 if ((src_addr->ulIpv4Mask[ucLoopIndex] & ulSrcIP) == in MatchSrcIpAddress()60 src_addr->ulIpv4Mask[ucLoopIndex])) in MatchSrcIpAddress()98 (UINT)dest_addr->ulIpv4Mask[ucLoopIndex], in MatchDestIpAddress()104 if ((dest_addr->ulIpv4Mask[ucLoopIndex] & ulDestIP) == in MatchDestIpAddress()106 dest_addr->ulIpv4Mask[ucLoopIndex])) in MatchDestIpAddress()
28 unsigned long ulIpv4Mask[MIBS_MAX_IP_RANGE_LENGTH]; member
231 st_src_ip->ulIpv4Mask[i] = in CopyIpAddrToClassifier()232 ntohl(st_src_ip->ulIpv4Mask[i]); in CopyIpAddrToClassifier()238 st_src_ip->ulIpv4Mask[i]); in CopyIpAddrToClassifier()240 st_dest_ip->ulIpv4Mask[i] = in CopyIpAddrToClassifier()241 ntohl(st_dest_ip->ulIpv4Mask[i]); in CopyIpAddrToClassifier()247 st_dest_ip->ulIpv4Mask[i]); in CopyIpAddrToClassifier()
43 ULONG ulIpv4Mask[MAX_IP_RANGE_LENGTH]; member
704 …_INFO, DBG_LVL_ALL, "\tulSrcIpMask:%lX\n", pstClassifierEntry->stSrcIpAddress.ulIpv4Mask[uiIndex]); in DumpPackInfo()716 …NFO, DBG_LVL_ALL, "\tulDestIpMask:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Mask[uiIndex]); in DumpPackInfo()