Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Derror.h73 OT_ERROR_DROP = 2, enumerator
/openthread-latest/src/lib/spinel/
Dspinel_helper.cpp54 ret = OT_ERROR_DROP; in SpinelStatusToOtError()
Dspinel_driver.cpp339 EXPECT(cmd == SPINEL_CMD_PROP_VALUE_IS, error = OT_ERROR_DROP); in HandleInitialFrame()
365 EXPECT(mWaitingKey == key, error = OT_ERROR_DROP); in HandleInitialFrame()
Dradio_spinel.cpp416 error = OT_ERROR_DROP; in HandleResponse()
479 mError = OT_ERROR_DROP; in HandleWaitingResponse()
485 mError = OT_ERROR_DROP; in HandleWaitingResponse()
/openthread-latest/src/posix/platform/
Dinfra_if.cpp232 VerifyOrExit(aInfraIfIndex == mInfraIfIndex, error = OT_ERROR_DROP); in SendIcmp6Nd()
626 ExitNow(error = OT_ERROR_DROP); in ReceiveIcmp6Message()
649 VerifyOrExit(ifIndex == mInfraIfIndex, error = OT_ERROR_DROP); in ReceiveIcmp6Message()
653 … VerifyOrExit(hopLimit == 255 && IN6_IS_ADDR_LINKLOCAL(&srcAddr.sin6_addr), error = OT_ERROR_DROP); in ReceiveIcmp6Message()
761 VerifyOrExit(aInfraIfIndex == mInfraIfIndex, error = OT_ERROR_DROP); in DiscoverNat64Prefix()
Dnetif.cpp1272 if (error == OT_ERROR_DROP) in processTransmit()
/openthread-latest/src/core/common/
Derror.hpp58 constexpr Error kErrorDrop = OT_ERROR_DROP;
/openthread-latest/src/ncp/
Dncp_base.cpp125 case OT_ERROR_DROP: in ThreadErrorToSpinelStatus()