Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/mac/
Dmac.hpp367 uint8_t GetMaxFrameRetriesIndirect(void) const { return mMaxFrameRetriesIndirect; } in GetMaxFrameRetriesIndirect()
377 mMaxFrameRetriesIndirect = aMaxFrameRetriesIndirect; in SetMaxFrameRetriesIndirect()
842 uint8_t mMaxFrameRetriesIndirect; member in ot::Mac::Mac
Dmac.cpp92 , mMaxFrameRetriesIndirect(kDefaultMaxFrameRetriesIndirect) in Mac()
994 txFrames.SetMaxFrameRetries(mMaxFrameRetriesIndirect); in BeginTransmit()
2122 …if (mMaxFrameRetriesIndirect >= OPENTHREAD_CONFIG_MAC_RETRY_SUCCESS_HISTOGRAM_MAX_SIZE_COUNT_INDIR… in GetIndirectRetrySuccessHistogram()
2128 aNumberOfEntries = mMaxFrameRetriesIndirect + 1; in GetIndirectRetrySuccessHistogram()