Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dthread_ftd.h804 } otNeighborTableEntryInfo; typedef
813 typedef void (*otNeighborTableCallback)(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo
/openthread-3.6.0/src/core/thread/
Dneighbor_table.hpp67 typedef otNeighborTableEntryInfo EntryInfo;
/openthread-3.6.0/src/ncp/
Dncp_base.hpp359 …id HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo *aEntry);
360 … HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo &aEntry);
Dncp_base_ftd.cpp122 …se::HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo *aEntry) in HandleNeighborTableChanged()
127 …se::HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo &aEntry) in HandleNeighborTableChanged()