Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dtcp_api.cpp73 otError otTcpSendByReference(otTcpEndpoint *aEndpoint, otLinkedBuffer *aBuffer, uint32_t aFlags) in otTcpSendByReference() function
/openthread-latest/include/openthread/
Dtcp.h436 otError otTcpSendByReference(otTcpEndpoint *aEndpoint, otLinkedBuffer *aBuffer, uint32_t aFlags);
/openthread-latest/src/cli/
Dcli_tcp.cpp515 SuccessOrExit(error = otTcpSendByReference(&mEndpoint, &mSendLink, 0)); in Process()
628 error = otTcpSendByReference(&mEndpoint, &mBenchmarkLinks[i], in Process()
871 if (otTcpSendByReference(&mEndpoint, aData, 0) != OT_ERROR_NONE) in HandleTcpSendDone()