Home
last modified time | relevance | path

Searched defs:aMatcher (Results 1 – 6 of 6) sorted by relevance

/external/openthread/src/core/thread/
Dneighbor_table.cpp49 Neighbor *NeighborTable::FindParent(const Neighbor::AddressMatcher &aMatcher) in FindParent()
81 Neighbor *NeighborTable::FindNeighbor(const Neighbor::AddressMatcher &aMatcher) in FindNeighbor()
123 Neighbor *NeighborTable::FindChildOrRouter(const Neighbor::AddressMatcher &aMatcher) in FindChildOrRouter()
Dchild_table.hpp342 …Child *FindChild(const Child::AddressMatcher &aMatcher) { return AsNonConst(AsConst(this)->FindChi… in FindChild()
Drouter_table.hpp367 Router * FindRouter(const Router::AddressMatcher &aMatcher) in FindRouter()
/external/openthread/src/core/common/
Ddata.cpp41 ByteMatcher aMatcher) in MatchBytes()
Ddata.hpp220 bool MatchesBytesIn(const void *aBuffer, ByteMatcher aMatcher) in MatchesBytesIn()
/external/openthread/src/core/border_router/
Drouting_manager.cpp1589 void RoutingManager::DiscoveredPrefixTable::RemovePrefix(const Entry::Matcher &aMatcher, NetDataMod… in RemovePrefix()