Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_client.hpp191 uint8_t GetMaxTxAttempts(void) const { return mMaxTxAttempts; } in GetMaxTxAttempts() function in ot::Dns::Client::QueryConfig
Ddns_client.cpp97 if (GetMaxTxAttempts() == 0) in SetFrom()
99 SetMaxTxAttempts(aDefaultConfig.GetMaxTxAttempts()); in SetFrom()
1523 if (info.mTransmissionCount >= info.mConfig.GetMaxTxAttempts()) in HandleTimer()