Searched refs:SlSocketAsyncEvent_t (Results 1 – 3 of 3) sorted by relevance
279 } SlSocketAsyncEvent_t; typedef292 SlSocketAsyncEvent_t SockAsyncData;
1977 SlSocketAsyncEvent_t AsyncRsp; in sl_StartTLS()1988 _SlDrvMemZero(&AsyncRsp, sizeof(SlSocketAsyncEvent_t)); in sl_StartTLS()2045 SlSocketAsyncEvent_t *pMsgArgs = (SlSocketAsyncEvent_t *)((_u32)pVoidBuf+sizeof(_u32)); in _SlSocketHandleAsync_StartTLS()2067 ((SlSocketAsyncEvent_t *)(g_pCB->ObjPool[ActionIndex].pRespArgs))->Sd = pMsgArgs->Sd; in _SlSocketHandleAsync_StartTLS()2068 ((SlSocketAsyncEvent_t *)(g_pCB->ObjPool[ActionIndex].pRespArgs))->Type = pMsgArgs->Type; in _SlSocketHandleAsync_StartTLS()2069 ((SlSocketAsyncEvent_t *)(g_pCB->ObjPool[ActionIndex].pRespArgs))->Val = pMsgArgs->Val; in _SlSocketHandleAsync_StartTLS()
1364 … sd = ((((SlSocketAsyncEvent_t *)(pAsyncBuf + _SL_RESP_HDR_SIZE))->Sd) & SL_BSD_SOCKET_ID_MASK); in _SlDrvMsgRead()