Searched refs:aMeshLocalIid (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/core/backbone_router/ |
D | ndproxy_table.cpp | 50 const Ip6::InterfaceIdentifier &aMeshLocalIid, in Init() argument 60 mMeshLocalIid = aMeshLocalIid; in Init() 149 const Ip6::InterfaceIdentifier &aMeshLocalIid, in Register() argument 159 VerifyOrExit(proxy->mMeshLocalIid == aMeshLocalIid, error = kErrorDuplicated); in Register() 166 proxy = FindByMeshLocalIid(aMeshLocalIid); in Register() 180 proxy->Init(aAddressIid, aMeshLocalIid, aRloc16, timeSinceLastTransaction); in Register() 185 …aMeshLocalIid.ToString().AsCString(), aRloc16, ToUlong(timeSinceLastTransaction), ErrorToString(er… in Register() 207 …roxyTable::NdProxy *NdProxyTable::FindByMeshLocalIid(const Ip6::InterfaceIdentifier &aMeshLocalIid) in FindByMeshLocalIid() argument 213 if (proxy.mMeshLocalIid == aMeshLocalIid) in FindByMeshLocalIid() 220 LogDebg("NdProxyTable::FindByMeshLocalIid(%s) => %s", aMeshLocalIid.ToString().AsCString(), in FindByMeshLocalIid()
|
D | bbr_manager.hpp | 161 const Ip6::InterfaceIdentifier &aMeshLocalIid, 191 const Ip6::InterfaceIdentifier &aMeshLocalIid, 194 … HandleDadBackboneAnswer(const Ip6::Address &aDua, const Ip6::InterfaceIdentifier &aMeshLocalIid); 196 const Ip6::InterfaceIdentifier &aMeshLocalIid, 200 const Ip6::InterfaceIdentifier &aMeshLocalIid,
|
D | bbr_manager.cpp | 612 const Ip6::InterfaceIdentifier &aMeshLocalIid, in SendProactiveBackboneNotification() argument 615 … return SendBackboneAnswer(Get<Local>().GetAllDomainBackboneRoutersAddress(), aDua, aMeshLocalIid, in SendProactiveBackboneNotification() 630 const Ip6::InterfaceIdentifier &aMeshLocalIid, in SendBackboneAnswer() argument 647 SuccessOrExit(error = Tlv::Append<ThreadMeshLocalEidTlv>(*message, aMeshLocalIid)); in SendBackboneAnswer() 675 …r::HandleDadBackboneAnswer(const Ip6::Address &aDua, const Ip6::InterfaceIdentifier &aMeshLocalIid) in HandleDadBackboneAnswer() argument 685 duplicate = ndProxy->GetMeshLocalIid() != aMeshLocalIid; in HandleDadBackboneAnswer() 692 Get<AddressResolver>().SendAddressError(aDua, aMeshLocalIid, &dest); in HandleDadBackboneAnswer() 699 … aDua.ToString().AsCString(), aMeshLocalIid.ToString().AsCString(), duplicate ? "Y" : "N"); in HandleDadBackboneAnswer() 703 const Ip6::InterfaceIdentifier &aMeshLocalIid, in HandleExtendedBackboneAnswer() argument 710 …Get<AddressResolver>().SendAddressQueryResponse(aDua, aMeshLocalIid, &aTimeSinceLastTransaction, d… in HandleExtendedBackboneAnswer() [all …]
|
D | ndproxy_table.hpp | 123 const Ip6::InterfaceIdentifier &aMeshLocalIid, 166 const Ip6::InterfaceIdentifier &aMeshLocalIid, 289 NdProxy *FindByMeshLocalIid(const Ip6::InterfaceIdentifier &aMeshLocalIid);
|
/openthread-latest/src/core/thread/ |
D | address_resolver.hpp | 216 const Ip6::InterfaceIdentifier &aMeshLocalIid, 228 const Ip6::InterfaceIdentifier &aMeshLocalIid,
|
D | address_resolver.cpp | 720 const Ip6::InterfaceIdentifier &aMeshLocalIid, in SendAddressError() argument 734 SuccessOrExit(error = Tlv::Append<ThreadMeshLocalEidTlv>(*message, aMeshLocalIid)); in SendAddressError() 893 const Ip6::InterfaceIdentifier &aMeshLocalIid, in SendAddressQueryResponse() argument 905 SuccessOrExit(error = Tlv::Append<ThreadMeshLocalEidTlv>(*message, aMeshLocalIid)); in SendAddressQueryResponse()
|
/openthread-latest/src/core/common/ |
D | settings.hpp | 283 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aMeshLocalIid) { mMlIid = aMeshLocalIid; } in SetMeshLocalIid() argument
|