Home
last modified time | relevance | path

Searched refs:mRloc (Results 1 – 7 of 7) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dnetwork_data_tlvs.hpp427 uint16_t GetRloc(void) const { return HostSwap16(mRloc); } in GetRloc()
435 void SetRloc(uint16_t aRloc16) { mRloc = HostSwap16(aRloc16); } in SetRloc()
522 uint16_t mRloc; member in ot::NetworkData::HasRouteEntry
938 uint16_t GetRloc(void) const { return HostSwap16(mRloc); } in GetRloc()
946 void SetRloc(uint16_t aRloc16) { mRloc = HostSwap16(aRloc16); } in SetRloc()
1096 uint16_t mRloc; member in ot::NetworkData::BorderRouterEntry
Dmle.cpp134 mMeshLocal16.mRloc = true; in Mle()
/openthread-3.5.0/include/openthread/
Dhistory_tracker.h113 bool mRloc : 1; ///< If the address is an RLOC. member
Dip6.h188 …bool mRloc : 1; ///< TRUE if the address is an RLOC, FALSE otherwi… member
/openthread-3.5.0/src/core/net/
Dnetif.cpp388 if (aAddress.mRloc) in SignalUnicastAddressChange()
442 entry->mRloc = false; in AddExternalUnicastAddress()
/openthread-3.5.0/src/core/utils/
Dhistory_tracker.cpp264 entry->mRloc = aUnicastAddress.mRloc; in RecordAddressEvent()
/openthread-3.5.0/src/cli/
Dcli_history.cpp122 … info->mPreferred ? 'Y' : 'N', info->mValid ? 'Y' : 'N', info->mRloc ? 'Y' : 'N'); in Process()
129 … info->mPreferred ? "yes" : "no", info->mValid ? "yes" : "no", info->mRloc ? "yes" : "no"); in Process()