Home
last modified time | relevance | path

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

/openthread-latest/src/core/backbone_router/
Dbbr_manager.hpp148 Error SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16 = Mle::kInvalidRloc16);
Dndproxy_table.cpp256 if (Get<BackboneRouter::Manager>().SendBackboneQuery(GetDua(proxy)) == kErrorNone) in HandleTimer()
Dbbr_manager.cpp506 Error Manager::SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16) in SendBackboneQuery() function in ot::BackboneRouter::Manager
/openthread-latest/src/core/thread/
Daddress_resolver.cpp641 IgnoreError(Get<BackboneRouter::Manager>().SendBackboneQuery(aEid, selfRloc16)); in SendAddressQuery()
884 IgnoreError(Get<BackboneRouter::Manager>().SendBackboneQuery(target, srcRloc16)); in HandleTmf()