Home
last modified time | relevance | path

Searched refs:mScope (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/include/openthread/
Dhistory_tracker.h104 uint8_t mScope : 4; ///< The IPv6 scope. member
Dip6.h426 uint8_t mScope : 4; ///< The scope of this address. member
/openthread-latest/src/core/net/
Dnetif.cpp247 info.mScope = aAddress.GetAddress().GetScope(); in SignalMulticastAddressChange()
426 info.mScope = aAddress.GetScope(); in SignalUnicastAddressChange()
/openthread-latest/src/cli/
Dcli_history.cpp177 Interpreter::AddressOriginToString(info->mAddressOrigin), info->mScope, in Process()
184 Interpreter::AddressOriginToString(info->mAddressOrigin), info->mScope, in Process()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp253 entry->mScope = (aUnicastAddress.GetScope() & 0xf); in RecordAddressEvent()
/openthread-latest/src/posix/platform/
Dnetif.cpp453 req.ifa.ifa_scope = aAddressInfo.mScope; in UpdateUnicastLinux()
484 if (aAddressInfo.mScope > kLinkLocalScope) in UpdateUnicastLinux()