Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/common/
Dcode_utils.hpp89 #define OT_MIN(a, b) ((b) < (a) ? (b) : (a)) macro
/openthread-3.4.0/src/core/api/
Dtcp_ext_api.cpp121 size_t to_copy = OT_MIN(aLen - bytes_read, buffer->mLength); in otTcpMbedTlsSslRecvCallback()
/openthread-3.4.0/src/posix/platform/
Dconfig_file.cpp96 aValueLength = OT_MIN(static_cast<int>(strlen(value)), (aValueLength - 1)); in Get()
/openthread-3.4.0/src/cli/
Dcli_tcp.cpp365 mSendLink.mLength = OT_MIN(aArgs[0].GetLength(), sizeof(mSendBufferBytes)); in Process()
404 uint32_t toSendOut = OT_MIN(OT_ARRAY_LENGTH(mBenchmarkLinks), benchmarkLinksLeft); in Process()
821 size_t toSendThisIteration = OT_MIN(mBenchmarkBytesUnsent, sBenchmarkDataLength); in ContinueBenchmarkCircularSend()
/openthread-3.4.0/src/core/net/
Dnat64_translator.cpp491 numberOfHosts = OT_MIN(numberOfHosts, kAddressMappingPoolSize); in SetIp4Cidr()