Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmessage.h378 uint16_t mMaxUsedBuffers; member
/openthread-latest/src/core/instance/
Dinstance.cpp482 aInfo.mMaxUsedBuffers = Get<MessagePool>().GetMaxUsedBufferCount(); in GetBufferInfo()
/openthread-latest/src/cli/
Dcli.cpp1177 OutputLine("max-used: %u", bufferInfo.mMaxUsedBuffers); in Process()