Lines Matching refs:mMeshLocalPrefix
122 mMeshLocalPrefix.Clear(); in Mle()
909 VerifyOrExit(mMeshLocalPrefix != aMeshLocalPrefix); in SetMeshLocalPrefix()
911 mMeshLocalPrefix = aMeshLocalPrefix; in SetMeshLocalPrefix()
933 mMeshLocalEid.GetAddress().SetPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
934 mMeshLocalRloc.GetAddress().SetPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
935 mLinkLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
936 mRealmLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
1026 aAddress.SetToRoutingLocator(mMeshLocalPrefix, GetLeaderRloc16()); in GetLeaderRloc()
1029 …erAloc(Ip6::Address &aAddress) const { aAddress.SetToAnycastLocator(mMeshLocalPrefix, kAloc16Leade… in GetLeaderAloc()
1033 aAddress.SetToAnycastLocator(mMeshLocalPrefix, CommissionerAloc16FromId(aSessionId)); in GetCommissionerAloc()
1038 aAddress.SetToAnycastLocator(mMeshLocalPrefix, ServiceAlocFromId(aServiceId)); in GetServiceAloc()
3879 …lAddress(const Ip6::Address &aAddress) const { return (aAddress.GetPrefix() == mMeshLocalPrefix); } in IsMeshLocalAddress()
3892 messageInfo.GetPeerAddr().SetToRoutingLocator(mMeshLocalPrefix, mPreviousParentRloc); in InformPreviousParent()