Searched defs:aFilter (Results  1 – 11 of 11) sorted by relevance
| /external/openthread/src/core/thread/ | 
| D | neighbor_table.cpp | 66 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()
 
 | 
| D | child_table.cpp | 44 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()
 
 | 
| D | child_table.hpp | 250 …IteratorBuilder Iterate(Child::StateFilter aFilter) { return IteratorBuilder(GetInstance(), aFilte…  in Iterate()329         IteratorBuilder(Instance &aInstance, Child::StateFilter aFilter)  in IteratorBuilder()
 
 | 
| D | topology.hpp | 892 …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/ | 
| D | ndproxy_table.hpp | 272         IteratorBuilder(Instance &aInstance, Filter aFilter)  in IteratorBuilder()284     IteratorBuilder Iterate(Filter aFilter) { return IteratorBuilder(GetInstance(), aFilter); }  in Iterate()
 
 | 
| D | ndproxy_table.cpp | 75 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/ | 
| D | netif.hpp | 298                 Builder(const Netif &aNetif, Address::TypeFilter aFilter)  in Builder()615         Address::TypeFilter aFilter = Address::kTypeAny)  in IterateExternalMulticastAddresses()
 
 | 
| D | netif.cpp | 637 …tif::ExternalMulticastAddress::Iterator::Iterator(const Netif &aNetif, Address::TypeFilter aFilter)  in Iterator()
 | 
| /external/openthread/src/core/utils/ | 
| D | slaac_address.cpp | 85 void Slaac::SetFilter(otIp6SlaacPrefixFilter aFilter)  in SetFilter()
 | 
| /external/openthread/tests/unit/ | 
| D | test_child_table.cpp | 71 static bool StateMatchesFilter(Child::State aState, Child::StateFilter aFilter)  in StateMatchesFilter()
 | 
| /external/openthread/src/core/api/ | 
| D | ip6_api.cpp | 263 void otIp6SetSlaacPrefixFilter(otInstance *aInstance, otIp6SlaacPrefixFilter aFilter)  in otIp6SetSlaacPrefixFilter()
 |