Home
last modified time | relevance | path

Searched refs:FindRxOnlyNeighborRouter (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/thread/
Dneighbor_table.hpp176 Neighbor *FindRxOnlyNeighborRouter(const Mac::ExtAddress &aExtAddress);
186 Neighbor *FindRxOnlyNeighborRouter(const Mac::Address &aMacAddress);
Dneighbor_table.cpp167 Neighbor *NeighborTable::FindRxOnlyNeighborRouter(const Mac::ExtAddress &aExtAddress) in FindRxOnlyNeighborRouter() function in ot::NeighborTable
173 return FindRxOnlyNeighborRouter(macAddress); in FindRxOnlyNeighborRouter()
176 Neighbor *NeighborTable::FindRxOnlyNeighborRouter(const Mac::Address &aMacAddress) in FindRxOnlyNeighborRouter() function in ot::NeighborTable
Dmle.cpp2430 neighbor = mNeighborTable.FindRxOnlyNeighborRouter(extAddr); in HandleUdpReceive()
/external/openthread/src/core/radio/
Dtrel_interface.cpp327 if (Get<NeighborTable>().FindRxOnlyNeighborRouter(entry.GetExtAddress()) != nullptr) in GetNewPeerEntry()
/external/openthread/src/core/mac/
Dmac.cpp1876 neighbor = Get<NeighborTable>().FindRxOnlyNeighborRouter(srcaddr); in HandleReceivedFrame()