Home
last modified time | relevance | path

Searched refs:VERIFY_SOCKET_CB (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/
Dtrace.h109 #define VERIFY_SOCKET_CB(expr) _SL_ASSERT(expr) macro
111 #define VERIFY_SOCKET_CB(expr) _SL_ERROR(expr, SL_RET_CODE_SELF_ERROR)
113 #define VERIFY_SOCKET_CB(expr)
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Dnetutil.c115 VERIFY_SOCKET_CB(NULL != g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].pRespArgs); in _SlNetUtilHandleAsync_Cmd()
Dsl_socket.c545 VERIFY_SOCKET_CB(NULL != g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].pRespArgs); in _SlSocketHandleAsync_Connect()
566 VERIFY_SOCKET_CB(NULL != g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].pRespArgs); in _SlSocketHandleAsync_Close()
853 VERIFY_SOCKET_CB(NULL != g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].pRespArgs); in _SlSocketHandleAsync_Accept()
1725 VERIFY_SOCKET_CB(NULL != g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].pRespArgs); in _SlSocketHandleAsync_Select()
2065 VERIFY_SOCKET_CB(NULL != g_pCB->ObjPool[ActionIndex].pRespArgs); in _SlSocketHandleAsync_StartTLS()
Dnetapp.c769 VERIFY_SOCKET_CB(NULL != g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].pRespArgs); in _SlNetAppHandleAsync_DnsGetHostByService()
929 VERIFY_SOCKET_CB(NULL != g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex].pRespArgs); in _SlNetAppHandleAsync_DnsGetHostByName()
974 VERIFY_SOCKET_CB(NULL != g_pCB->PingCB.PingAsync.pAsyncRsp); in _SlNetAppHandleAsync_PingResponse()
Ddevice.c247 VERIFY_SOCKET_CB(NULL != g_pCB->StopCB.pAsyncRsp); in _SlDeviceHandleAsync_Stop()
Ddriver.c1450VERIFY_SOCKET_CB(NULL != ((_SlArgsData_t *)(g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionI… in _SlDrvMsgRead()
1466VERIFY_SOCKET_CB(NULL != ((_SlArgsData_t *)(g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIn… in _SlDrvMsgRead()