Searched refs:kShortAddrBroadcast (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/src/core/thread/ |
D | network_data.cpp | 78 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()
|
D | neighbor_table.cpp | 101 …VerifyOrExit((aShortAddress != Mac::kShortAddrBroadcast) && (aShortAddress != Mac::kShortAddrInval… in FindNeighbor()
|
D | mesh_forwarder.cpp | 659 mMacAddrs.mDestination.SetShort(Mac::kShortAddrBroadcast); in UpdateIp6Route() 715 aMacAddr.SetShort(Mac::kShortAddrBroadcast); in GetMacDestinationAddress()
|
/openthread-latest/src/cli/ |
D | cli_history.hpp | 81 static constexpr uint16_t kShortAddrBroadcast = 0xffff; member in ot::Cli::History
|
D | cli_history.cpp | 1227 if (aInfo.mNeighborRloc16 == kShortAddrBroadcast) in OutputRxTxEntryTableFormat()
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 73 constexpr ShortAddress kShortAddrBroadcast = OT_RADIO_BROADCAST_SHORT_ADDR; ///< Broadcast Short Ad… variable 362 … IsBroadcast(void) const { return ((mType == kTypeShort) && (GetShort() == kShortAddrBroadcast)); } in IsBroadcast()
|
D | mac.cpp | 763 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/ |
D | mac_frame.cpp | 64 … VerifyOrExit(dst.GetShort() == Mac::kShortAddrBroadcast || dst.GetShort() == aShortAddress || in otMacFrameDoesAddrMatchAny()
|
/openthread-latest/tests/unit/ |
D | test_mac_frame.cpp | 170 addr.SetShort(Mac::kShortAddrBroadcast); in TestMacAddress()
|