Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Derror.h159 OT_ERROR_UNKNOWN_NEIGHBOR = 19, enumerator
/openthread-latest/src/core/common/
Derror.hpp75 constexpr Error kErrorUnknownNeighbor = OT_ERROR_UNKNOWN_NEIGHBOR;
/openthread-latest/src/ncp/
Dncp_base.cpp169 case OT_ERROR_UNKNOWN_NEIGHBOR: in ThreadErrorToSpinelStatus()