Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h800 } otNeighborTableEvent; typedef
824 typedef void (*otNeighborTableCallback)(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo…
/openthread-latest/src/ncp/
Dncp_base.hpp359 …static void HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo…
360 …void HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo…
Dncp_base_ftd.cpp122 void NcpBase::HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInf… in HandleNeighborTableChanged()
127 void NcpBase::HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInf… in HandleNeighborTableChanged()
/openthread-latest/src/core/thread/
Dneighbor_table.cpp300 mCallback(static_cast<otNeighborTableEvent>(aEvent), &info); in Signal()