Searched refs:OT_ERROR_DROP (Results 1 – 8 of 8) sorted by relevance
73 OT_ERROR_DROP = 2, enumerator
54 ret = OT_ERROR_DROP; in SpinelStatusToOtError()
339 EXPECT(cmd == SPINEL_CMD_PROP_VALUE_IS, error = OT_ERROR_DROP); in HandleInitialFrame()365 EXPECT(mWaitingKey == key, error = OT_ERROR_DROP); in HandleInitialFrame()
416 error = OT_ERROR_DROP; in HandleResponse()479 mError = OT_ERROR_DROP; in HandleWaitingResponse()485 mError = OT_ERROR_DROP; in HandleWaitingResponse()
232 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()
1272 if (error == OT_ERROR_DROP) in processTransmit()
58 constexpr Error kErrorDrop = OT_ERROR_DROP;
125 case OT_ERROR_DROP: in ThreadErrorToSpinelStatus()