Searched refs:GetScope (Results 1 – 7 of 7) sorted by relevance
177 uint8_t GetScope(void) const in GetScope() function in ot::Ip6::Netif::UnicastAddress179 … return mScopeOverrideValid ? static_cast<uint8_t>(mScopeOverride) : GetAddress().GetScope(); in GetScope()
1273 uint8_t destScope = aDestination.GetScope(); in SelectSourceAddress()1295 overrideScope = addr.GetScope(); in SelectSourceAddress()1313 else if (addr.GetScope() < bestAddr->GetScope()) in SelectSourceAddress()1316 newAddrIsPreferred = (addr.GetScope() >= overrideScope); in SelectSourceAddress()1318 else if (addr.GetScope() > bestAddr->GetScope()) in SelectSourceAddress()1320 newAddrIsPreferred = (bestAddr->GetScope() < overrideScope); in SelectSourceAddress()1349 destScope = bestAddr->GetScope(); in SelectSourceAddress()
354 bool Address::IsLinkLocalMulticast(void) const { return IsMulticast() && (GetScope() == kLinkLocalS… in IsLinkLocalMulticast()366 bool Address::IsRealmLocalMulticast(void) const { return IsMulticast() && (GetScope() == kRealmLoca… in IsRealmLocalMulticast()368 bool Address::IsMulticastLargerThanRealmLocal(void) const { return IsMulticast() && (GetScope() > k… in IsMulticastLargerThanRealmLocal()444 uint8_t Address::GetScope(void) const in GetScope() function in ot::Ip6::Address
247 info.mScope = aAddress.GetAddress().GetScope(); in SignalMulticastAddressChange()426 info.mScope = aAddress.GetScope(); in SignalUnicastAddressChange()
885 uint8_t GetScope(void) const;
317 if (aGroupAddr.GetScope() > Ip6::Address::kRealmLocalScope) in AddMulticastForwardingCache()
253 entry->mScope = (aUnicastAddress.GetScope() & 0xf); in RecordAddressEvent()