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