Home
last modified time | relevance | path

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

/openthread-latest/src/core/backbone_router/
Dndproxy_table.cpp50 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()
185aMeshLocalIid.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()
Dbbr_manager.hpp161 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,
Dbbr_manager.cpp612 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 …]
Dndproxy_table.hpp123 const Ip6::InterfaceIdentifier &aMeshLocalIid,
166 const Ip6::InterfaceIdentifier &aMeshLocalIid,
289 NdProxy *FindByMeshLocalIid(const Ip6::InterfaceIdentifier &aMeshLocalIid);
/openthread-latest/src/core/thread/
Daddress_resolver.hpp216 const Ip6::InterfaceIdentifier &aMeshLocalIid,
228 const Ip6::InterfaceIdentifier &aMeshLocalIid,
Daddress_resolver.cpp720 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/
Dsettings.hpp283 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aMeshLocalIid) { mMlIid = aMeshLocalIid; } in SetMeshLocalIid() argument