Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_dso.hpp220 kReasonKeepAliveTimeout, ///< Connection closed due to Keep Alive timeout. enumerator
Ddns_dso.cpp1284 Disconnect(kForciblyAbort, kReasonKeepAliveTimeout); in HandleTimer()
1362 ValidateNextEnum(kReasonKeepAliveTimeout); in DisconnectReasonToString()
/openthread-latest/tests/unit/
Dtest_dso.cpp766 VerifyOrQuit(serverConn.GetDisconnectReason() == Connection::kReasonKeepAliveTimeout); in TestDso()