Searched refs:FindParent (Results 1 – 3 of 3) sorted by relevance
49 Neighbor *NeighborTable::FindParent(const Neighbor::AddressMatcher &aMatcher) in FindParent() function in ot::NeighborTable66 Neighbor *NeighborTable::FindParent(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindParent() function in ot::NeighborTable68 return FindParent(Neighbor::AddressMatcher(aShortAddress, aFilter)); in FindParent()71 Neighbor *NeighborTable::FindParent(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFilt… in FindParent() function in ot::NeighborTable73 return FindParent(Neighbor::AddressMatcher(aExtAddress, aFilter)); in FindParent()76 Neighbor *NeighborTable::FindParent(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindParent() function in ot::NeighborTable78 return FindParent(Neighbor::AddressMatcher(aMacAddress, aFilter)); in FindParent()94 neighbor = FindParent(aMatcher); in FindNeighbor()
101 Neighbor *FindParent(Mac::ShortAddress aShortAddress,114 Neighbor *FindParent(const Mac::ExtAddress &aExtAddress,127 Neighbor *FindParent(const Mac::Address &aMacAddress,241 Neighbor *FindParent(const Neighbor::AddressMatcher &aMatcher);
2458 neighbor = (command == kCommandChildIdResponse) ? mNeighborTable.FindParent(extAddr) in HandleUdpReceive()