Home
last modified time | relevance | path

Searched refs:GetScope (Results 1 – 9 of 9) sorted by relevance

/external/openthread/src/core/net/
Dip6.cpp254 aHeader.GetDestination().GetScope() >= Address::kRealmLocalScope); in InsertMplOption()
1340 uint8_t destinationScope = destination->GetScope(); in SelectSourceAddress()
1362 overrideScope = addr.GetScope(); in SelectSourceAddress()
1381 else if (addr.GetScope() < rvalAddr->GetScope()) in SelectSourceAddress()
1384 if (addr.GetScope() >= overrideScope) in SelectSourceAddress()
1394 else if (addr.GetScope() > rvalAddr->GetScope()) in SelectSourceAddress()
1396 if (rvalAddr->GetScope() < overrideScope) in SelectSourceAddress()
1435 destinationScope = rvalAddr->GetScope(); in SelectSourceAddress()
Dip6_address.cpp300 return IsMulticast() && (GetScope() == kLinkLocalScope); in IsLinkLocalMulticast()
325 return IsMulticast() && (GetScope() == kRealmLocalScope); in IsRealmLocalMulticast()
330 return IsMulticast() && (GetScope() > kRealmLocalScope); in IsMulticastLargerThanRealmLocal()
418 uint8_t Address::GetScope(void) const in GetScope() function in ot::Ip6::Address
Dnetif.hpp192 uint8_t GetScope(void) const in GetScope() function in ot::Ip6::Netif::UnicastAddress
194 … return mScopeOverrideValid ? static_cast<uint8_t>(mScopeOverride) : GetAddress().GetScope(); in GetScope()
Dnetif.cpp53 mScope = aAddress.GetScope(); in AddressInfo()
61 mScope = aAddress.GetAddress().GetScope(); in AddressInfo()
Dip6_address.hpp927 uint8_t GetScope(void) const;
/external/cronet/net/dns/
Daddress_sorter_posix.cc114 AddressSorterPosix::AddressScope GetScope( in GetScope() function
375 info.scope = GetScope(ipv4_scope_table_, info.endpoint.address()); in Sort()
472 info->scope = GetScope(ipv4_scope_table_, address); in FillPolicy()
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py939 def GetScope(self): member in AstBuilder
1119 body = list(self.GetScope())
1576 ast = AstBuilder(self.GetScope(), self.filename, class_name,
1621 tokens = list(self.GetScope())
/external/openthread/src/core/utils/
Dhistory_tracker.cpp256 entry->mScope = (aUnicastAddress.GetScope() & 0xf); in RecordAddressEvent()
/external/openthread/src/posix/platform/
Dmulticast_routing.cpp314 if (aGroupAddr.GetScope() > Ip6::Address::kRealmLocalScope) in AddMulticastForwardingCache()