Searched refs:mTxCount (Results 1 – 2 of 2) sorted by relevance
920 , mTxCount(0) in RaInfo()928 uint32_t mTxCount; member963 uint8_t mTxCount; member in ot::BorderRouter::RoutingManager::RsSender
339 mRaInfo.mTxCount = 0; in Stop()520 …if (mRaInfo.mTxCount <= kMaxInitRtrAdvertisements && delay > Time::SecToMsec(kMaxInitRtrAdvInterva… in ScheduleRoutingPolicyEvaluation()691 ++mRaInfo.mTxCount; in SendRouterAdvertisement()3032 , mTxCount(0) in RsSender()3046 mTxCount = 0; in Start()3084 if (mTxCount >= kMaxTxCount) in HandleTimer()3094 mTxCount++; in HandleTimer()3095 LogInfo("Successfully sent RS %u/%u", mTxCount, kMaxTxCount); in HandleTimer()3096 delay = (mTxCount == kMaxTxCount) ? kWaitOnLastAttempt : kTxInterval; in HandleTimer()3100 LogCrit("Failed to send RS %u, error:%s", mTxCount + 1, ErrorToString(error)); in HandleTimer()