Searched refs:IsUnicastAddressExternal (Results 1 – 2 of 2) sorted by relevance
420 if (!IsUnicastAddressExternal(aAddress) && mAddressCallback.IsSet()) in SignalUnicastAddressChange()445 VerifyOrExit(IsUnicastAddressExternal(*entry), error = kErrorInvalidArgs); in AddExternalUnicastAddress()480 VerifyOrExit(IsUnicastAddressExternal(*entry), error = kErrorRejected); in RemoveExternalUnicastAddress()500 if (IsUnicastAddressExternal(*entry)) in RemoveAllExternalUnicastAddresses()509 bool Netif::IsUnicastAddressExternal(const UnicastAddress &aAddress) const in IsUnicastAddressExternal() function in ot::Ip6::Netif
438 bool IsUnicastAddressExternal(const UnicastAddress &aAddress) const;