Home
last modified time | relevance | path

Searched refs:IsReserved (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/net/
Dip6_address.hpp400 bool IsReserved(void) const;
Dip6_address.cpp237 bool InterfaceIdentifier::IsReserved(void) const in IsReserved() function in ot::Ip6::InterfaceIdentifier
/openthread-latest/src/core/utils/
Dslaac_address.cpp425 if (aAddress.GetAddress().GetIid().IsReserved()) in GenerateIid()
/openthread-latest/src/core/thread/
Ddua_manager.cpp171 VerifyOrExit(!aIid.IsReserved(), error = kErrorInvalidArgs); in SetFixedDuaInterfaceIdentifier()