Home
last modified time | relevance | path

Searched refs:SendBackboneQuery (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/backbone_router/
H A Dbbr_manager.hpp157 Error SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16 = Mle::kInvalidRloc16);
H A Dndproxy_table.cpp256 if (Get<BackboneRouter::Manager>().SendBackboneQuery(GetDua(proxy)) == kErrorNone) in HandleTimer()
H A Dbbr_manager.cpp517 Error Manager::SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16) in SendBackboneQuery() function in ot::BackboneRouter::Manager
/aosp_15_r20/external/openthread/src/core/thread/
H A Daddress_resolver.cpp654 IgnoreError(Get<BackboneRouter::Manager>().SendBackboneQuery(aEid, selfRloc16)); in SendAddressQuery()
897 IgnoreError(Get<BackboneRouter::Manager>().SendBackboneQuery(target, srcRloc16)); in HandleTmf()