Home
last modified time | relevance | path

Searched refs:SlSocketAsyncEvent_t (Results 1 – 3 of 3) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/
Dsl_socket.h279 } SlSocketAsyncEvent_t; typedef
292 SlSocketAsyncEvent_t SockAsyncData;
/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/source/
Dsl_socket.c1977 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()
Ddriver.c1364 … sd = ((((SlSocketAsyncEvent_t *)(pAsyncBuf + _SL_RESP_HDR_SIZE))->Sd) & SL_BSD_SOCKET_ID_MASK); in _SlDrvMsgRead()