Home
last modified time | relevance | path

Searched refs:IsBroadcast (Results 1 – 7 of 7) sorted by relevance

/openthread-3.6.0/tests/unit/
Dtest_mac_frame.cpp159 VerifyOrQuit(!addr.IsBroadcast(), "Address:SetNone() failed"); in TestMacAddress()
163 VerifyOrQuit(!addr.IsBroadcast()); in TestMacAddress()
167 VerifyOrQuit(!addr.IsBroadcast()); in TestMacAddress()
171 VerifyOrQuit(addr.IsBroadcast()); in TestMacAddress()
175 VerifyOrQuit(!addr.IsBroadcast()); in TestMacAddress()
/openthread-3.6.0/src/core/mac/
Dmac.cpp1234 if (dstAddr.IsBroadcast()) in RecordFrameTransmitStatus()
1263 if (dstAddr.IsBroadcast()) in HandleTransmitDone()
1773 … VerifyOrExit((mRxOnWhenIdle && dstaddr.IsBroadcast()) || dstaddr.GetShort() == GetShortAddress(), in HandleReceivedFrame()
1778 … if (neighbor == nullptr && dstaddr.IsBroadcast() && Get<Mle::MleRouter>().IsFullThreadDevice()) in HandleReceivedFrame()
1824 if (dstaddr.IsBroadcast()) in HandleReceivedFrame()
Dmac_types.hpp386 …bool IsBroadcast(void) const { return ((mType == kTypeShort) && (GetShort() == kShortAddrBroadcast… in IsBroadcast() function in ot::Mac::Address
Dmac_frame.cpp1422 VerifyOrExit(!address.IsNone() && !address.IsBroadcast(), error = kErrorParse); in GenerateEnhAck()
/openthread-3.6.0/src/core/thread/
Dradio_selector.cpp264 if (aMacDest.IsBroadcast() || aMacDest.IsNone()) in SelectRadio()
Dmesh_forwarder_ftd.cpp744 VerifyOrExit(!aMeshAddrs.mDestination.IsBroadcast() && aMeshAddrs.mSource.IsShort()); in UpdateRoutes()
/openthread-3.6.0/src/core/radio/
Dtrel_link.cpp138 if (destAddr.IsNone() || destAddr.IsBroadcast()) in BeginTransmit()