Home
last modified time | relevance | path

Searched refs:OT_NEIGHBOR_TABLE_EVENT_ROUTER_REMOVED (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dneighbor_table.hpp80 … kRouterRemoved = OT_NEIGHBOR_TABLE_EVENT_ROUTER_REMOVED, ///< A router is being removed.
/openthread-2.7.6/include/openthread/
Dthread_ftd.h655 OT_NEIGHBOR_TABLE_EVENT_ROUTER_REMOVED, ///< A router is being removed. enumerator
/openthread-2.7.6/src/ncp/
Dncp_base_ftd.cpp150 case OT_NEIGHBOR_TABLE_EVENT_ROUTER_REMOVED: in HandleNeighborTableChanged()