Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor_table.cpp286 case kRouterRemoved: in Signal()
321 case kRouterRemoved: in Signal()
Dneighbor_table.hpp76kRouterRemoved = OT_NEIGHBOR_TABLE_EVENT_ROUTER_REMOVED, ///< A router is being removed. enumerator
Drouter_table.cpp73 Get<NeighborTable>().Signal(NeighborTable::kRouterRemoved, router); in ClearNeighbors()
108 Get<NeighborTable>().Signal(NeighborTable::kRouterRemoved, aRouter); in RemoveRouter()
Dmle_router.cpp3283 mNeighborTable.Signal(NeighborTable::kRouterRemoved, aNeighbor); in RemoveNeighbor()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp202 case NeighborTable::kRouterRemoved: in RecordNeighborEvent()
229 case NeighborTable::kRouterRemoved: in RecordNeighborEvent()
332 entry.mEvent = kRouterRemoved; in RecordRouterTableChange()
Dotns.cpp114 case NeighborTable::kRouterRemoved: in EmitNeighborChange()
Dhistory_tracker.hpp294 static constexpr RouterEvent kRouterRemoved = OT_HISTORY_TRACKER_ROUTER_EVENT_REMOVED; member in ot::Utils::HistoryTracker