Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_tcp.cpp455 uint32_t toSendOut = OT_MIN(OT_ARRAY_LENGTH(mBenchmarkLinks), benchmarkLinksLeft); in Process()
462 mBenchmarkLinks[i].mNext = nullptr; in Process()
463 mBenchmarkLinks[i].mData = mSendBufferBytes; in Process()
464 mBenchmarkLinks[i].mLength = sizeof(mSendBufferBytes); in Process()
467 mBenchmarkLinks[i].mLength = mBenchmarkBytesTotal % sizeof(mSendBufferBytes); in Process()
469 error = otTcpSendByReference(&mEndpoint, &mBenchmarkLinks[i], in Process()
653 if (mBenchmarkBytesUnsent >= OT_ARRAY_LENGTH(mBenchmarkLinks) * sizeof(mSendBufferBytes)) in HandleTcpSendDone()
Dcli_tcp.hpp154mBenchmarkLinks[(sizeof(mReceiveBufferBytes) + sizeof(mSendBufferBytes) - 1) / sizeof(mSendBufferB… member in ot::Cli::TcpExample