Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h772 typedef void (*otNeighborTableCallback)(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo… typedef
786 void otThreadRegisterNeighborTableCallback(otInstance *aInstance, otNeighborTableCallback aCallback…
/openthread-latest/src/core/thread/
Dneighbor_table.hpp58 typedef otNeighborTableCallback Callback;
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp318 void otThreadRegisterNeighborTableCallback(otInstance *aInstance, otNeighborTableCallback aCallback) in otThreadRegisterNeighborTableCallback()