Searched refs:ulDestIP (Results 1 – 1 of 1) sorted by relevance
61 BOOLEAN MatchDestIpAddress(S_CLASSIFIER_RULE *pstClassifierRule,ULONG ulDestIP) in MatchDestIpAddress() argument66 ulDestIP=ntohl(ulDestIP); in MatchDestIpAddress()69 …IPV4_DBG, DBG_LVL_ALL, "Destination Ip Address 0x%x 0x%x 0x%x ", (UINT)ulDestIP, (UINT)pstClassif… in MatchDestIpAddress()73 if((pstClassifierRule->stDestIpAddress.ulIpv4Mask[ucLoopIndex] & ulDestIP)== in MatchDestIpAddress()