Searched refs:FindRxOnlyNeighborRouter (Results 1 – 5 of 5) sorted by relevance
176 Neighbor *FindRxOnlyNeighborRouter(const Mac::ExtAddress &aExtAddress);186 Neighbor *FindRxOnlyNeighborRouter(const Mac::Address &aMacAddress);
167 Neighbor *NeighborTable::FindRxOnlyNeighborRouter(const Mac::ExtAddress &aExtAddress) in FindRxOnlyNeighborRouter() function in ot::NeighborTable173 return FindRxOnlyNeighborRouter(macAddress); in FindRxOnlyNeighborRouter()176 Neighbor *NeighborTable::FindRxOnlyNeighborRouter(const Mac::Address &aMacAddress) in FindRxOnlyNeighborRouter() function in ot::NeighborTable
2430 neighbor = mNeighborTable.FindRxOnlyNeighborRouter(extAddr); in HandleUdpReceive()
327 if (Get<NeighborTable>().FindRxOnlyNeighborRouter(entry.GetExtAddress()) != nullptr) in GetNewPeerEntry()
1876 neighbor = Get<NeighborTable>().FindRxOnlyNeighborRouter(srcaddr); in HandleReceivedFrame()