Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Derror.h73 OT_ERROR_DROP = 2, enumerator
/openthread-3.5.0/src/posix/platform/
Dinfra_if.cpp109 return OT_ERROR_DROP; in otPlatInfraIfDiscoverNat64Prefix()
223 VerifyOrExit(aInfraIfIndex == mInfraIfIndex, error = OT_ERROR_DROP); in SendIcmp6Nd()
543 ExitNow(error = OT_ERROR_DROP); in ReceiveIcmp6Message()
566 VerifyOrExit(ifIndex == mInfraIfIndex, error = OT_ERROR_DROP); in ReceiveIcmp6Message()
570 … VerifyOrExit(hopLimit == 255 && IN6_IS_ADDR_LINKLOCAL(&srcAddr.sin6_addr), error = OT_ERROR_DROP); in ReceiveIcmp6Message()
672 VerifyOrExit(aInfraIfIndex == mInfraIfIndex, error = OT_ERROR_DROP); in DiscoverNat64Prefix()
Dnetif.cpp1159 if (error == OT_ERROR_DROP) in processTransmit()
/openthread-3.5.0/src/core/common/
Derror.hpp58 constexpr Error kErrorDrop = OT_ERROR_DROP;
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp88 ret = OT_ERROR_DROP; in SpinelStatusToOtError()
607 error = OT_ERROR_DROP; in HandleResponse()
670 mError = OT_ERROR_DROP; in HandleWaitingResponse()
676 mError = OT_ERROR_DROP; in HandleWaitingResponse()
/openthread-3.5.0/src/ncp/
Dncp_base.cpp88 case OT_ERROR_DROP: in ThreadErrorToSpinelStatus()