Home
last modified time | relevance | path

Searched refs:_SL_RESP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c1247 _u8 TempBuf[_SL_RESP_HDR_SIZE]; in _SlDrvMsgRead()
1316 sl_Memcpy(pAsyncBuf, uBuf.TempBuf, _SL_RESP_HDR_SIZE); in _SlDrvMsgRead()
1319 *outMsgReadLen = _SL_RESP_HDR_SIZE; in _SlDrvMsgRead()
1334 pAsyncBuf + _SL_RESP_HDR_SIZE, in _SlDrvMsgRead()
1359 … sd = ((((SlSocketResponse_t *)(pAsyncBuf + _SL_RESP_HDR_SIZE))->Sd) & SL_BSD_SOCKET_ID_MASK); in _SlDrvMsgRead()
1364 … sd = ((((SlSocketAsyncEvent_t *)(pAsyncBuf + _SL_RESP_HDR_SIZE))->Sd) & SL_BSD_SOCKET_ID_MASK); in _SlDrvMsgRead()
Dprotocol.h110 #define _SL_RESP_HDR_SIZE sizeof(_SlResponseHeader_t) macro
1295 #define SL_ASYNC_MAX_MSG_LEN (_SL_RESP_HDR_SIZE + SL_ASYNC_MAX_PAYLOAD_LEN)