Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h764 } otNeighborTableEntryInfo; typedef
772 typedef void (*otNeighborTableCallback)(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo
/openthread-latest/src/core/thread/
Dneighbor_table.hpp64 typedef otNeighborTableEntryInfo EntryInfo;
/openthread-latest/src/ncp/
Dncp_base.hpp453 …id HandleNeighborTableChanged(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo *aEntry);
454 … 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()