Searched refs:GetMaxTxAttempts (Results 1 – 2 of 2) sorted by relevance
96 if (GetMaxTxAttempts() == 0) in SetFrom()98 SetMaxTxAttempts(aDefaultConfig.GetMaxTxAttempts()); in SetFrom()1082 if (info.mTransmissionCount >= info.mConfig.GetMaxTxAttempts()) in HandleTimer()
175 uint8_t GetMaxTxAttempts(void) const { return mMaxTxAttempts; } in GetMaxTxAttempts() function in ot::Dns::Client::QueryConfig