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

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.h 60 #define MAX_PACKET_SIZE 4096
118 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE];
RxXfer.c 63 #define MAX_PACKET_SIZE 8192 /* Max Txn size */
130 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE]; /* Dummy buffer to use if we couldn't get a buffer for the packet (so drop the packet) */
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
asynctcpsocket.cc 42 static const size_t MAX_PACKET_SIZE = 64 * 1024;
47 static const size_t BUF_SIZE = MAX_PACKET_SIZE + PKT_LEN_SIZE;
102 if (cb > MAX_PACKET_SIZE) {

Completed in 59 milliseconds