Home
last modified time | relevance | path

Searched defs:FindNeighbor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dneighbor_table.cpp81 Neighbor *NeighborTable::FindNeighbor(const Neighbor::AddressMatcher &aMatcher) in FindNeighbor() function in ot::NeighborTable
100 Neighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilte… in FindNeighbor() function in ot::NeighborTable
111 Neighbor *NeighborTable::FindNeighbor(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFi… in FindNeighbor() function in ot::NeighborTable
116 Neighbor *NeighborTable::FindNeighbor(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilte… in FindNeighbor() function in ot::NeighborTable
137 Neighbor *NeighborTable::FindNeighbor(const Ip6::Address &aIp6Address, Neighbor::StateFilter aFilte… in FindNeighbor() function in ot::NeighborTable
H A Drouter_table.cpp267 Router *RouterTable::FindNeighbor(uint16_t aRloc16) in FindNeighbor() function in ot::RouterTable
278 Router *RouterTable::FindNeighbor(const Mac::ExtAddress &aExtAddress) in FindNeighbor() function in ot::RouterTable
283 Router *RouterTable::FindNeighbor(const Mac::Address &aMacAddress) in FindNeighbor() function in ot::RouterTable
H A Dlink_metrics.cpp390 Error Initiator::FindNeighbor(const Ip6::Address &aDestination, Neighbor *&aNeighbor) in FindNeighbor() function in ot::LinkMetrics::Initiator