Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Derror.hpp74 constexpr Error kErrorInvalidSourceAddress = OT_ERROR_INVALID_SOURCE_ADDRESS; variable
/openthread-latest/src/core/net/
Dip6.cpp219 VerifyOrExit(source != nullptr, error = kErrorInvalidSourceAddress); in PrepareMulticastToLargerThanRealmLocal()
441 VerifyOrExit(source != nullptr, error = kErrorInvalidSourceAddress); in SendDatagram()
1043 VerifyOrExit(!header.GetSource().IsMulticast(), error = kErrorInvalidSourceAddress); in SendRaw()
/openthread-latest/src/core/mac/
Dmac.cpp1918 VerifyOrExit(srcaddr.GetExtended() != GetExtAddress(), error = kErrorInvalidSourceAddress); in HandleReceivedFrame()
2121 case kErrorInvalidSourceAddress: in HandleReceivedFrame()