Searched refs:SetMaxTxAttempts (Results 1 – 2 of 2) sorted by relevance
217 void SetMaxTxAttempts(uint8_t aMaxTxAttempts) { mMaxTxAttempts = aMaxTxAttempts; } in SetMaxTxAttempts() function in ot::Dns::Client::QueryConfig
66 SetMaxTxAttempts(kDefaultMaxTxAttempts); in QueryConfig()98 SetMaxTxAttempts(aDefaultConfig.GetMaxTxAttempts()); in SetFrom()