Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dspawn.c116 _i16 Res = 0; in _SlInternalSpawn() local
125 return Res; in _SlInternalSpawn()
132 return Res; in _SlInternalSpawn()
Dnetapp.c766 _GetHostByServiceAsyncResponse_t* Res= NULL; in _SlNetAppHandleAsync_DnsGetHostByService() local
771Res = (_GetHostByServiceAsyncResponse_t*)g_pCB->ObjPool[g_pCB->FunctionParams.AsyncExt.ActionIndex… in _SlNetAppHandleAsync_DnsGetHostByService()
775Res->out_pAddr[1] = pMsgArgs->Address[1]; /* Copy data from IPv6 address to Host user's pAddr. … in _SlNetAppHandleAsync_DnsGetHostByService()
776 Res->out_pAddr[2] = pMsgArgs->Address[2]; in _SlNetAppHandleAsync_DnsGetHostByService()
777 Res->out_pAddr[3] = pMsgArgs->Address[3]; in _SlNetAppHandleAsync_DnsGetHostByService()
783Res->out_pAddr[0] = pMsgArgs->Address[0]; /* Copy first cell data from IPv4/6 address to Host… in _SlNetAppHandleAsync_DnsGetHostByService()
784 Res->out_pPort[0] = pMsgArgs->Port; in _SlNetAppHandleAsync_DnsGetHostByService()
785 Res->Status = (_i16)pMsgArgs->Status; in _SlNetAppHandleAsync_DnsGetHostByService()
787 UserTextLen = Res->inout_TextLen[0]; in _SlNetAppHandleAsync_DnsGetHostByService()
791 Res->inout_TextLen[0] = UserTextLen ; in _SlNetAppHandleAsync_DnsGetHostByService()
[all …]