Home
last modified time | relevance | path

Searched refs:GetLocator (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/src/core/meshcop/
Dmeshcop_leader.cpp75 data.Init(aMessageInfo.GetPeerAddr().GetIid().GetLocator(), ++mSessionId); in HandleTmf()
146 uint16_t rloc = aMessageInfo.GetPeerAddr().GetIid().GetLocator(); in HandleTmf()
Dmeshcop.hpp399 uint16_t GetLocator(void) const { return mLocator; } in GetLocator() function in ot::MeshCoP::CommissioningDataset
Dcommissioner.cpp668 SuccessOrExit(error = Tlv::Append<BorderAgentLocatorTlv>(*message, aDataset.GetLocator())); in SendMgmtCommissionerSetRequest()
/openthread-latest/src/core/net/
Dnd_agent.cpp53 uint8_t contextId = static_cast<uint8_t>(mAloc.GetAddress().GetIid().GetLocator() - in UpdateService()
Dip6_address.hpp482 uint16_t GetLocator(void) const { return BigEndian::HostSwap16(mFields.m16[3]); } in GetLocator() function in ot::Ip6::InterfaceIdentifier
Dip6_mpl.cpp100 option.SetSeedId(aAddress.GetIid().GetLocator()); in ProcessOption()
Dip6_address.cpp298 uint16_t locator = GetLocator(); in IsAnycastServiceLocator()
/openthread-latest/src/core/thread/
Dneighbor_table.cpp146 macAddress.SetShort(aIp6Address.GetIid().GetLocator()); in FindNeighbor()
Daddress_resolver.cpp677 … aMessageInfo.GetPeerAddr().GetIid().GetLocator(), target.ToString().AsCString(), rloc16); in HandleTmf()
853 aMessageInfo.GetPeerAddr().GetIid().GetLocator(), target.ToString().AsCString()); in HandleTmf()
880 uint16_t srcRloc16 = aMessageInfo.GetPeerAddr().GetIid().GetLocator(); in HandleTmf()
Dmesh_forwarder_ftd.cpp402 uint16_t rloc16 = aIp6Header.GetDestination().GetIid().GetLocator(); in UpdateIp6RouteFtd()
408 uint16_t aloc16 = aIp6Header.GetDestination().GetIid().GetLocator(); in UpdateIp6RouteFtd()
Dlowpan.cpp106 error = aFrameBuilder.AppendBigEndianUint16(aIpAddr.GetIid().GetLocator()); in CompressSourceIid()
135 error = aFrameBuilder.AppendBigEndianUint16(aIpAddr.GetIid().GetLocator()); in CompressDestinationIid()
Dmle.hpp1247 uint16_t GetAloc16(void) const { return GetAddress().GetIid().GetLocator(); } in GetAloc16()
Dnetwork_data_leader_ftd.cpp251 RegisterNetworkData(aMessageInfo.GetPeerAddr().GetIid().GetLocator(), networkData); in HandleTmf()
Dmesh_forwarder.cpp719 aMacAddr.SetShort(aIp6Addr.GetIid().GetLocator()); in GetMacDestinationAddress()
Dmle_router.cpp3651 oldRloc16 = aMessageInfo.GetPeerAddr().GetIid().GetLocator(); in SendAddressSolicitResponse()
Dmle.cpp971 (mMeshLocalRloc.GetAddress().GetIid().GetLocator() != aRloc16)) in SetRloc16()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp271 VerifyOrExit(aMessageInfo.GetPeerAddr().GetIid().GetLocator() == aSenderRloc16); in ProcessMessage()
/openthread-latest/tests/unit/
Dtest_network_data.cpp645 return (aInfo.mAnycastAddress.GetIid().GetLocator() == mAloc16) && in TestNetworkDataDsnSrpServices()
/openthread-latest/src/core/backbone_router/
Dbbr_manager.cpp397 …roxyTable.Register(target.GetIid(), meshLocalIid, aMessageInfo.GetPeerAddr().GetIid().GetLocator(), in HandleDuaRegistration()