Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp377 uint32_t maxTimeout; in AppendDiagTlv() local
379 SuccessOrExit(Get<Mle::MleRouter>().GetMaxChildTimeout(maxTimeout)); in AppendDiagTlv()
380 error = Tlv::Append<MaxChildTimeoutTlv>(aMessage, maxTimeout); in AppendDiagTlv()