Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_client.hpp248 void SetMaxTxAttempts(uint8_t aMaxTxAttempts) { mMaxTxAttempts = aMaxTxAttempts; } in SetMaxTxAttempts() function in ot::Dns::Client::QueryConfig
Ddns_client.cpp58 SetMaxTxAttempts(kDefaultMaxTxAttempts); in QueryConfig()
99 SetMaxTxAttempts(aDefaultConfig.GetMaxTxAttempts()); in SetFrom()