Searched refs:_SL_RESP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
1247 _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()
110 #define _SL_RESP_HDR_SIZE sizeof(_SlResponseHeader_t) macro1295 #define SL_ASYNC_MAX_MSG_LEN (_SL_RESP_HDR_SIZE + SL_ASYNC_MAX_PAYLOAD_LEN)