Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Derror.h83 OT_ERROR_NO_ROUTE = 4, enumerator
/openthread-3.4.0/src/core/common/
Derror.hpp60 constexpr Error kErrorNoRoute = OT_ERROR_NO_ROUTE;
/openthread-3.4.0/src/posix/platform/
Dresolver.cpp138 error = OT_ERROR_NO_ROUTE); in Query()