Searched refs:otTcpSendByReference (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/api/ |
D | tcp_api.cpp | 73 otError otTcpSendByReference(otTcpEndpoint *aEndpoint, otLinkedBuffer *aBuffer, uint32_t aFlags) in otTcpSendByReference() function
|
/openthread-latest/include/openthread/ |
D | tcp.h | 436 otError otTcpSendByReference(otTcpEndpoint *aEndpoint, otLinkedBuffer *aBuffer, uint32_t aFlags);
|
/openthread-latest/src/cli/ |
D | cli_tcp.cpp | 515 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()
|