Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread_ftd.h71 uint16_t mQueuedMessageCnt; ///< Number of queued messages for the child. member
/openthread-3.5.0/src/core/thread/
Dchild.cpp61 mQueuedMessageCnt = aChild.GetIndirectMessageCount(); in SetFrom()
/openthread-3.5.0/src/cli/
Dcli.cpp1589 OutputFormat("| %5u ", childInfo.mQueuedMessageCnt); in Process()