Searched refs:aMeshLocalPrefix (Results 1 – 5 of 5) sorted by relevance
152 …void Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextI… in Set() argument157 …mAloc.GetAddress().SetToAnycastLocator(aMeshLocalPrefix, (Ip6::Address::kAloc16Mask << 8) + aConte… in Set()
161 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix) in otThreadSetMeshLocalPrefix() argument167 AsCoreType(aInstance).Get<Mle::MleRouter>().SetMeshLocalPrefix(AsCoreType(aMeshLocalPrefix)); in otThreadSetMeshLocalPrefix()
510 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix…
343 void SetMeshLocalPrefix(const Ip6::NetworkPrefix &aMeshLocalPrefix);
907 void Mle::SetMeshLocalPrefix(const Ip6::NetworkPrefix &aMeshLocalPrefix) in SetMeshLocalPrefix() argument909 VerifyOrExit(mMeshLocalPrefix != aMeshLocalPrefix); in SetMeshLocalPrefix()911 mMeshLocalPrefix = aMeshLocalPrefix; in SetMeshLocalPrefix()