Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddhcp6_server.hpp152 …void Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextI… in Set() argument
157 …mAloc.GetAddress().SetToAnycastLocator(aMeshLocalPrefix, (Ip6::Address::kAloc16Mask << 8) + aConte… in Set()
/openthread-latest/src/core/api/
Dthread_api.cpp161 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix) in otThreadSetMeshLocalPrefix() argument
167 AsCoreType(aInstance).Get<Mle::MleRouter>().SetMeshLocalPrefix(AsCoreType(aMeshLocalPrefix)); in otThreadSetMeshLocalPrefix()
/openthread-latest/include/openthread/
Dthread.h510 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix
/openthread-latest/src/core/thread/
Dmle.hpp343 void SetMeshLocalPrefix(const Ip6::NetworkPrefix &aMeshLocalPrefix);
Dmle.cpp907 void Mle::SetMeshLocalPrefix(const Ip6::NetworkPrefix &aMeshLocalPrefix) in SetMeshLocalPrefix() argument
909 VerifyOrExit(mMeshLocalPrefix != aMeshLocalPrefix); in SetMeshLocalPrefix()
911 mMeshLocalPrefix = aMeshLocalPrefix; in SetMeshLocalPrefix()