Home
last modified time | relevance | path

Searched refs:MatchesFilter (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/thread/
Dchild_table.cpp56 if (!mItem->MatchesFilter(mFilter)) in Reset()
70 } while (!mItem->MatchesFilter(mFilter)); in Advance()
162 if (child->MatchesFilter(aFilter)) in GetNumChildren()
Dneighbor.cpp72 VerifyOrExit(aNeighbor.MatchesFilter(mStateFilter)); in Matches()
144 bool Neighbor::MatchesFilter(StateFilter aFilter) const in MatchesFilter() function in ot::Neighbor
Dneighbor.hpp314 bool MatchesFilter(StateFilter aFilter) const;
/openthread-latest/src/core/backbone_router/
Dndproxy_table.cpp75 bool NdProxyTable::MatchesFilter(const NdProxy &aProxy, Filter aFilter) in MatchesFilter() function in ot::BackboneRouter::NdProxyTable
103 if (!MatchesFilter(*mItem, mFilter)) in Iterator()
123 } while (mItem < GetArrayEnd(table.mProxies) && !MatchesFilter(*mItem, mFilter)); in Advance()
Dndproxy_table.hpp305 static bool MatchesFilter(const NdProxy &aProxy, Filter aFilter);
/openthread-latest/src/core/net/
Dip6_address.hpp1000 bool MatchesFilter(TypeFilter aFilter) const;
Dnetif.cpp594 … !(mNetif.IsMulticastAddressExternal(*aAddr) && aAddr->GetAddress().MatchesFilter(mFilter))) in AdvanceFrom()
Dip6_address.cpp484 bool Address::MatchesFilter(TypeFilter aFilter) const in MatchesFilter() function in ot::Ip6::Address