Home
last modified time | relevance | path

Searched refs:aDua (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/backbone_router/
Dbbr_manager.hpp157 Error SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16 = Mle::kInvalidRloc16);
170 Error SendProactiveBackboneNotification(const Ip6::Address &aDua,
196 const Ip6::Address &aDua,
200 const Ip6::Address &aDua,
204 …void HandleDadBackboneAnswer(const Ip6::Address &aDua, const Ip6::InterfaceIdentifier &aMeshLocal…
205 void HandleExtendedBackboneAnswer(const Ip6::Address &aDua,
209 void HandleProactiveBackboneNotification(const Ip6::Address &aDua,
Dbbr_manager.cpp517 Error Manager::SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16) in SendBackboneQuery() argument
528 SuccessOrExit(error = Tlv::Append<ThreadTargetTlv>(*message, aDua)); in SendBackboneQuery()
544 …LogInfo("SendBackboneQuery for %s (rloc16=%04x): %s", aDua.ToString().AsCString(), aRloc16, ErrorT… in SendBackboneQuery()
622 Error Manager::SendProactiveBackboneNotification(const Ip6::Address &aDua, in SendProactiveBackboneNotification() argument
626 … return SendBackboneAnswer(Get<Local>().GetAllDomainBackboneRoutersAddress(), aDua, aMeshLocalIid, in SendProactiveBackboneNotification()
631 const Ip6::Address &aDua, in SendBackboneAnswer() argument
635 return SendBackboneAnswer(aQueryMessageInfo.GetPeerAddr(), aDua, aNdProxy.GetMeshLocalIid(), in SendBackboneAnswer()
640 const Ip6::Address &aDua, in SendBackboneAnswer() argument
656 SuccessOrExit(error = Tlv::Append<ThreadTargetTlv>(*message, aDua)); in SendBackboneAnswer()
679 …LogInfo("Send %s for %s (rloc16=%04x): %s", proactive ? "PRO_BB.ntf" : "BB.ans", aDua.ToString().A… in SendBackboneAnswer()
[all …]
Dndproxy_table.cpp310 NdProxyTable::NdProxy *NdProxyTable::ResolveDua(const Ip6::Address &aDua) in ResolveDua() argument
312 return Get<Leader>().IsDomainUnicast(aDua) ? FindByAddressIid(aDua.GetIid()) : nullptr; in ResolveDua()
326 Error NdProxyTable::GetInfo(const Ip6::Address &aDua, otBackboneRouterNdProxyInfo &aNdProxyInfo) in GetInfo() argument
330 VerifyOrExit(Get<Leader>().IsDomainUnicast(aDua), error = kErrorInvalidArgs); in GetInfo()
334 if (proxy.mAddressIid == aDua.GetIid()) in GetInfo()
Dndproxy_table.hpp212 NdProxy *ResolveDua(const Ip6::Address &aDua);
250 Error GetInfo(const Ip6::Address &aDua, otBackboneRouterNdProxyInfo &aNdProxyInfo);
/openthread-latest/include/openthread/
Dbackbone_router_ftd.h359 const otIp6Address *aDua);
396 const otIp6Address *aDua,
/openthread-latest/src/core/api/
Dbackbone_router_ftd_api.cpp106 const otIp6Address *aDua, in otBackboneRouterGetNdProxyInfo() argument
112 reinterpret_cast<const Ip6::Address &>(*aDua), *aNdProxyInfo); in otBackboneRouterGetNdProxyInfo()