Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Ddns_client.cpp96 if (GetMaxTxAttempts() == 0) in SetFrom()
98 SetMaxTxAttempts(aDefaultConfig.GetMaxTxAttempts()); in SetFrom()
1082 if (info.mTransmissionCount >= info.mConfig.GetMaxTxAttempts()) in HandleTimer()
Ddns_client.hpp175 uint8_t GetMaxTxAttempts(void) const { return mMaxTxAttempts; } in GetMaxTxAttempts() function in ot::Dns::Client::QueryConfig