Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DHostMIBSInterface.h26 unsigned long ulIpv4Addr[MIBS_MAX_IP_RANGE_LENGTH]; member
DQos.c59 (src_addr->ulIpv4Addr[ucLoopIndex] & in MatchSrcIpAddress()
99 (UINT)dest_addr->ulIpv4Addr[ucLoopIndex]); in MatchDestIpAddress()
105 (dest_addr->ulIpv4Addr[ucLoopIndex] & in MatchDestIpAddress()
DCmHost.c201 st_src_ip->ulIpv4Addr[i] = in CopyIpAddrToClassifier()
202 ntohl(st_src_ip->ulIpv4Addr[i]); in CopyIpAddrToClassifier()
208 st_src_ip->ulIpv4Addr[i]); in CopyIpAddrToClassifier()
210 st_dest_ip->ulIpv4Addr[i] = in CopyIpAddrToClassifier()
211 ntohl(st_dest_ip->ulIpv4Addr[i]); in CopyIpAddrToClassifier()
217 st_dest_ip->ulIpv4Addr[i]); in CopyIpAddrToClassifier()
DAdapter.h41 ULONG ulIpv4Addr[MAX_IP_RANGE_LENGTH]; member
DMisc.c703 …_INFO, DBG_LVL_ALL, "\tulSrcIpAddr:%lX\n", pstClassifierEntry->stSrcIpAddress.ulIpv4Addr[uiIndex]); in DumpPackInfo()
715 …NFO, DBG_LVL_ALL, "\tulDestIpAddr:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Addr[uiIndex]); in DumpPackInfo()