Home
last modified time | relevance | path

Searched refs:kShortAddrBroadcast (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data.cpp78 return GetNextOnMeshPrefix(aIterator, Mac::kShortAddrBroadcast, aConfig); in GetNextOnMeshPrefix()
95 return GetNextExternalRoute(aIterator, Mac::kShortAddrBroadcast, aConfig); in GetNextExternalRoute()
112 return GetNextService(aIterator, Mac::kShortAddrBroadcast, aConfig); in GetNextService()
136 return Iterate(aIterator, Mac::kShortAddrBroadcast, config); in GetNextLowpanContextInfo()
205 … if (aRloc16 == Mac::kShortAddrBroadcast || borderRouter->GetEntry(index)->GetRloc() == aRloc16) in Iterate()
232 … if (aRloc16 == Mac::kShortAddrBroadcast || hasRoute->GetEntry(index)->GetRloc() == aRloc16) in Iterate()
293 if ((aRloc16 == Mac::kShortAddrBroadcast) || (server->GetServer16() == aRloc16)) in Iterate()
505 SuccessOrExit(Iterate(iterator, Mac::kShortAddrBroadcast, config)); in FindRlocs()
Dneighbor_table.cpp101 …VerifyOrExit((aShortAddress != Mac::kShortAddrBroadcast) && (aShortAddress != Mac::kShortAddrInval… in FindNeighbor()
Dmesh_forwarder.cpp659 mMacAddrs.mDestination.SetShort(Mac::kShortAddrBroadcast); in UpdateIp6Route()
715 aMacAddr.SetShort(Mac::kShortAddrBroadcast); in GetMacDestinationAddress()
/openthread-latest/src/cli/
Dcli_history.hpp81 static constexpr uint16_t kShortAddrBroadcast = 0xffff; member in ot::Cli::History
Dcli_history.cpp1227 if (aInfo.mNeighborRloc16 == kShortAddrBroadcast) in OutputRxTxEntryTableFormat()
/openthread-latest/src/core/mac/
Dmac_types.hpp73 constexpr ShortAddress kShortAddrBroadcast = OT_RADIO_BROADCAST_SHORT_ADDR; ///< Broadcast Short Ad… variable
362 … IsBroadcast(void) const { return ((mType == kTypeShort) && (GetShort() == kShortAddrBroadcast)); } in IsBroadcast()
Dmac.cpp763 frameInfo.mAddrs.mDestination.SetShort(kShortAddrBroadcast); in PrepareBeaconRequest()
764 frameInfo.mPanIds.SetDestination(kShortAddrBroadcast); in PrepareBeaconRequest()
1837 if (mRxOnWhenIdle && (aDestAddress == kShortAddrBroadcast)) in FilterDestShortAddress()
1897 …VerifyOrExit(panid == kShortAddrBroadcast || panid == mPanId, error = kErrorDestinationAddressFilt… in HandleReceivedFrame()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp64 … VerifyOrExit(dst.GetShort() == Mac::kShortAddrBroadcast || dst.GetShort() == aShortAddress || in otMacFrameDoesAddrMatchAny()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp170 addr.SetShort(Mac::kShortAddrBroadcast); in TestMacAddress()