Home
last modified time | relevance | path

Searched refs:mMeshLocal (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Dnetif.cpp249 info.mMeshLocal = false; in SignalMulticastAddressChange()
362 if (aAddress.mMeshLocal) in AddUnicastAddress()
428 info.mMeshLocal = aAddress.mMeshLocal; in SignalUnicastAddressChange()
461 entry->mMeshLocal = false; in AddExternalUnicastAddress()
518 if (address.mMeshLocal) in ApplyNewMeshLocalPrefix()
554 mMeshLocal = true; in InitAsThreadOriginMeshLocal()
Dnd_agent.cpp103 mAloc.mMeshLocal = true; in UpdateService()
Ddhcp6_server.hpp158 mAloc.mMeshLocal = true; in Set()
/openthread-latest/include/openthread/
Dip6.h179 bool mMeshLocal : 1; ///< TRUE if the address is mesh-local, FALSE otherwise. member
428 bool mMeshLocal : 1; ///< Whether this is a mesh-local unicast/anycast address. member
/openthread-latest/src/posix/platform/
Dnetif.cpp458 if (!aAddressInfo.mPreferred || aAddressInfo.mMeshLocal) in UpdateUnicastLinux()
534 (aAddressInfo.mPreferred && !aAddressInfo.mMeshLocal ? ND6_INFINITE_LIFETIME : 0); in UpdateUnicast()