Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Derror.hpp85 constexpr Error kErrorNotLowpanDataFrame = OT_ERROR_NOT_LOWPAN_DATA_FRAME; variable
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp1421 VerifyOrExit(rxInfo.mFrameData.GetLength() == 0, error = kErrorNotLowpanDataFrame); in HandleReceivedFrame()