Searched refs:otTcpCircularSendBufferWrite (Results 1 – 3 of 3) sorted by relevance
| /openthread-latest/src/core/api/ |
| D | tcp_ext_api.cpp | 56 otError otTcpCircularSendBufferWrite(otTcpEndpoint *aEndpoint, in otTcpCircularSendBufferWrite() function 98 error = otTcpCircularSendBufferWrite(endpoint, sendBuffer, aBuf, aLen, &bytes_written, 0); in otTcpMbedTlsSslSendCallback()
|
| /openthread-latest/include/openthread/ |
| D | tcp_ext.h | 149 otError otTcpCircularSendBufferWrite(otTcpEndpoint *aEndpoint,
|
| /openthread-latest/src/cli/ |
| D | cli_tcp.cpp | 502 …SuccessOrExit(error = otTcpCircularSendBufferWrite(&mEndpoint, &mSendBuffer, aArgs[0].GetCString(), in Process() 1138 … SuccessOrExit(error = otTcpCircularSendBufferWrite(&mEndpoint, &mSendBuffer, sBenchmarkData, in ContinueBenchmarkCircularSend()
|