Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dip6.h832 uint32_t mRaTxFailure; ///< The number of RA packets failed to transmit. member
/openthread-latest/src/core/border_router/
Drouting_manager.cpp641 Get<Ip6::Ip6>().GetBorderRoutingCounters().mRaTxFailure++; in SendRouterAdvertisement()
/openthread-latest/src/cli/
Dcli.cpp2182 OutputLine("RA TxFailed: %lu", ToUlong(brCounters->mRaTxFailure)); in OutputBorderRouterCounters()