Home
last modified time | relevance | path

Searched refs:ulIpv4Addr (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DHostMIBSInterface.h30 ULONG ulIpv4Addr[MIBS_MAX_IP_RANGE_LENGTH]; member
DQos.c40 …(pstClassifierRule->stSrcIpAddress.ulIpv4Addr[ucLoopIndex] & pstClassifierRule->stSrcIpAddress.ulI… in MatchSrcIpAddress()
69 …Address.ulIpv4Mask[ucLoopIndex], (UINT)pstClassifierRule->stDestIpAddress.ulIpv4Addr[ucLoopIndex]); in MatchDestIpAddress()
74 …(pstClassifierRule->stDestIpAddress.ulIpv4Addr[ucLoopIndex] & pstClassifierRule->stDestIpAddress.u… in MatchDestIpAddress()
DCmHost.c165 …pstClassifierEntry->stSrcIpAddress.ulIpv4Addr[i] = ntohl(pstClassifierEntry->stSrcIpAddress.ulIpv4… in CopyIpAddrToClassifier()
167 pstClassifierEntry->stSrcIpAddress.ulIpv4Addr[i]); in CopyIpAddrToClassifier()
169 …pstClassifierEntry->stDestIpAddress.ulIpv4Addr[i] = ntohl(pstClassifierEntry->stDestIpAddress.ulIp… in CopyIpAddrToClassifier()
171 pstClassifierEntry->stDestIpAddress.ulIpv4Addr[i]); in CopyIpAddrToClassifier()
DAdapter.h100 ULONG ulIpv4Addr[MAX_IP_RANGE_LENGTH];//Source Ip Address Range member
DMisc.c737 …_INFO, DBG_LVL_ALL, "\tulSrcIpAddr:%lX\n", pstClassifierEntry->stSrcIpAddress.ulIpv4Addr[uiIndex]); in DumpPackInfo()
749 …NFO, DBG_LVL_ALL, "\tulDestIpAddr:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Addr[uiIndex]); in DumpPackInfo()