Home
last modified time | relevance | path

Searched defs:aFilter (Results 1 – 11 of 11) sorted by relevance

/external/openthread/src/core/thread/
Dneighbor_table.cpp66 Neighbor *NeighborTable::FindParent(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindParent()
71 …ghbor *NeighborTable::FindParent(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFilter) in FindParent()
76 Neighbor *NeighborTable::FindParent(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindParent()
100 …ighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindNeighbor()
111 …bor *NeighborTable::FindNeighbor(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFilter) in FindNeighbor()
116 …ighbor *NeighborTable::FindNeighbor(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindNeighbor()
137 …ighbor *NeighborTable::FindNeighbor(const Ip6::Address &aIp6Address, Neighbor::StateFilter aFilter) in FindNeighbor()
Dchild_table.cpp44 ChildTable::Iterator::Iterator(Instance &aInstance, Child::StateFilter aFilter) in Iterator()
135 Child *ChildTable::FindChild(uint16_t aRloc16, Child::StateFilter aFilter) in FindChild()
140 Child *ChildTable::FindChild(const Mac::ExtAddress &aExtAddress, Child::StateFilter aFilter) in FindChild()
145 Child *ChildTable::FindChild(const Mac::Address &aMacAddress, Child::StateFilter aFilter) in FindChild()
Dchild_table.hpp250 …IteratorBuilder Iterate(Child::StateFilter aFilter) { return IteratorBuilder(GetInstance(), aFilte… in Iterate()
329 IteratorBuilder(Instance &aInstance, Child::StateFilter aFilter) in IteratorBuilder()
Dtopology.hpp892 …explicit AddressIterator(const Child &aChild, Ip6::Address::TypeFilter aFilter = Ip6::Address::kTy… in AddressIterator()
905 …AddressIterator(const Child &aChild, Index aIndex, Ip6::Address::TypeFilter aFilter = Ip6::Address… in AddressIterator()
1074 …AddressIteratorBuilder IterateIp6Addresses(Ip6::Address::TypeFilter aFilter = Ip6::Address::kTypeA… in IterateIp6Addresses()
1294 AddressIteratorBuilder(const Child &aChild, Ip6::Address::TypeFilter aFilter) in AddressIteratorBuilder()
/external/openthread/src/core/backbone_router/
Dndproxy_table.hpp272 IteratorBuilder(Instance &aInstance, Filter aFilter) in IteratorBuilder()
284 IteratorBuilder Iterate(Filter aFilter) { return IteratorBuilder(GetInstance(), aFilter); } in Iterate()
Dndproxy_table.cpp75 bool NdProxyTable::MatchesFilter(const NdProxy &aProxy, Filter aFilter) in MatchesFilter()
95 NdProxyTable::Iterator::Iterator(Instance &aInstance, Filter aFilter) in Iterator()
/external/openthread/src/core/net/
Dnetif.hpp298 Builder(const Netif &aNetif, Address::TypeFilter aFilter) in Builder()
615 Address::TypeFilter aFilter = Address::kTypeAny) in IterateExternalMulticastAddresses()
Dnetif.cpp637 …tif::ExternalMulticastAddress::Iterator::Iterator(const Netif &aNetif, Address::TypeFilter aFilter) in Iterator()
/external/openthread/src/core/utils/
Dslaac_address.cpp85 void Slaac::SetFilter(otIp6SlaacPrefixFilter aFilter) in SetFilter()
/external/openthread/tests/unit/
Dtest_child_table.cpp71 static bool StateMatchesFilter(Child::State aState, Child::StateFilter aFilter) in StateMatchesFilter()
/external/openthread/src/core/api/
Dip6_api.cpp263 void otIp6SetSlaacPrefixFilter(otInstance *aInstance, otIp6SlaacPrefixFilter aFilter) in otIp6SetSlaacPrefixFilter()