Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dtrel.h217 uint64_t mRxBytes; ///< Sum of size of packets received through TREL. member
/openthread-latest/src/posix/platform/
Dtrel.cpp291 sCounters.mRxBytes += sRxPacketLength; in ReceivePacket()
/openthread-latest/src/cli/
Dcli.cpp7273 OutputLine("Bytes %s", Uint64ToString(aCounters.mRxBytes, u64StringBuffer)); in OutputTrelCounters()