Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.cpp610 uint32_t toSendOut = OT_MIN(OT_ARRAY_LENGTH(mBenchmarkLinks), benchmarkLinksLeft); in Process() local
615 for (uint32_t i = 0; i != toSendOut; i++) in Process()
627 i == toSendOut - 1 ? 0 : OT_TCP_SEND_MORE_TO_COME); in Process()