Searched refs:kErrorInvalidSourceAddress (Results 1 – 3 of 3) sorted by relevance
74 constexpr Error kErrorInvalidSourceAddress = OT_ERROR_INVALID_SOURCE_ADDRESS; variable
219 VerifyOrExit(source != nullptr, error = kErrorInvalidSourceAddress); in PrepareMulticastToLargerThanRealmLocal()441 VerifyOrExit(source != nullptr, error = kErrorInvalidSourceAddress); in SendDatagram()1043 VerifyOrExit(!header.GetSource().IsMulticast(), error = kErrorInvalidSourceAddress); in SendRaw()
1918 VerifyOrExit(srcaddr.GetExtended() != GetExtAddress(), error = kErrorInvalidSourceAddress); in HandleReceivedFrame()2121 case kErrorInvalidSourceAddress: in HandleReceivedFrame()