HomeSort by relevance Sort by last modified time
    Searched refs:sPorts (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulDb.c 207 if(ackEmulDB->wdrv_aeWTargetTable[index].sPorts == 0)
240 ackEmulDB->wdrv_aeWTargetTable[freeIndex].sPorts = wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen));
286 if (ackEmulDB->wdrv_aeWTargetTable[index].sPorts == wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen)) &&
325 if (ackEmulDB->wdrv_aeWTargetTable[index].sPorts == wlan_ntohs(*(UINT16*)(pktBuf +ipHeaderLen + DEST_PORT_FIELD)) &&
365 ackEmulDB->wdrv_aeWTargetTable[index].sPorts =0;
423 ackEmulDB->wdrv_aeWTargetTable[index].sPorts,
    [all...]
ackEmulDb.h 103 UINT16 sPorts; /* Include source port */

Completed in 282 milliseconds