Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dtcp_ext_api.cpp56 otError otTcpCircularSendBufferWrite(otTcpEndpoint *aEndpoint, in otTcpCircularSendBufferWrite() function
98 error = otTcpCircularSendBufferWrite(endpoint, sendBuffer, aBuf, aLen, &bytes_written, 0); in otTcpMbedTlsSslSendCallback()
/openthread-latest/include/openthread/
Dtcp_ext.h149 otError otTcpCircularSendBufferWrite(otTcpEndpoint *aEndpoint,
/openthread-latest/src/cli/
Dcli_tcp.cpp502 …SuccessOrExit(error = otTcpCircularSendBufferWrite(&mEndpoint, &mSendBuffer, aArgs[0].GetCString(), in Process()
1138 … SuccessOrExit(error = otTcpCircularSendBufferWrite(&mEndpoint, &mSendBuffer, sBenchmarkData, in ContinueBenchmarkCircularSend()