Searched defs:dstPortNum (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosClsfr.c66 UINT16 dstPortNum; local
76 dstPortNum = *((UINT16 *)(pUdpHeader + 2));
79 dstPortNum = ((dstPortNum >> 8) | (dstPortNum << 8));
85 if ((pCt[i].ip == ipAddr) && (pCt[i].port == dstPortNum) )
88 /*printk(KERN_ALERT "Found classifier match for ip=0x%x, port=%d, prio=%d \n",ipAddr, dstPortNum, pCt[i].pri);*/
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DClsfr.c279 UINT16 dstPortNum; local
353 dstPortNum = *((UINT16 *)(pUdpHeader + 2)); /* Fetching the port number from the header */
354 dstPortNum = ((dstPortNum >> 8) | (dstPortNum << 8));
360 if (pClsfr->clsfrParameters.ClsfrTable[i].Dscp.DstPortNum == dstPortNum)
379 dstPortNum = *((UINT16 *)(pUdpHeader + 2)); /* Fetching the port number from the header */
380 dstPortNum = ((dstPortNum >> 8) | (dstPortNum <<
[all...]

Completed in 82 milliseconds