Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.cpp612 uint32_t toSendOut = OT_MIN(OT_ARRAY_LENGTH(mBenchmarkLinks), benchmarkLinksLeft); in Process()
619 mBenchmarkLinks[i].mNext = nullptr; in Process()
620 mBenchmarkLinks[i].mData = mSendBufferBytes; in Process()
621 mBenchmarkLinks[i].mLength = sizeof(mSendBufferBytes); in Process()
625 mBenchmarkLinks[i].mLength = mBenchmarkBytesTotal % sizeof(mSendBufferBytes); in Process()
628 error = otTcpSendByReference(&mEndpoint, &mBenchmarkLinks[i], in Process()
867 if (mBenchmarkBytesUnsent >= OT_ARRAY_LENGTH(mBenchmarkLinks) * sizeof(mSendBufferBytes)) in HandleTcpSendDone()
Dcli_tcp.hpp149mBenchmarkLinks[(sizeof(mReceiveBufferBytes) + sizeof(mSendBufferBytes) - 1) / sizeof(mSendBufferB… member in ot::Cli::TcpExample