Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Ddns_client.hpp217 void SetMaxTxAttempts(uint8_t aMaxTxAttempts) { mMaxTxAttempts = aMaxTxAttempts; } in SetMaxTxAttempts() function in ot::Dns::Client::QueryConfig
Ddns_client.cpp66 SetMaxTxAttempts(kDefaultMaxTxAttempts); in QueryConfig()
98 SetMaxTxAttempts(aDefaultConfig.GetMaxTxAttempts()); in SetFrom()