Home
last modified time | relevance | path

Searched refs:IsUnicastAddressExternal (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dnetif.cpp420 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
Dnetif.hpp438 bool IsUnicastAddressExternal(const UnicastAddress &aAddress) const;