Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/backbone_router/
H A Dbbr_manager.hpp170 Error SendProactiveBackboneNotification(const Ip6::Address &aDua,
H A Dbbr_manager.cpp622 Error Manager::SendProactiveBackboneNotification(const Ip6::Address &aDua, in SendProactiveBackboneNotification() function in ot::BackboneRouter::Manager
748 IgnoreError(SendProactiveBackboneNotification(aDua, ndProxy->GetMeshLocalIid(), in HandleProactiveBackboneNotification()
H A Dndproxy_table.cpp321 IgnoreError(Get<BackboneRouter::Manager>().SendProactiveBackboneNotification( in NotifyDuaRegistrationOnBackboneLink()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp368 return AsCoreType(aInstance).Get<BackboneRouter::Manager>().SendProactiveBackboneNotification( in otThreadSendProactiveBackboneNotification()