Home
last modified time | relevance | path

Searched refs:SetPrefix (Results 1 – 21 of 21) sorted by relevance

/openthread-2.7.6/src/core/net/
Dip6_address.hpp805 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { SetPrefix(0, aPrefix, aPrefixLengt… in SetPrefix() function in ot::Ip6::Address
813 void SetPrefix(const NetworkPrefix &aNetworkPrefix);
824 void SetPrefix(const Prefix &aPrefix);
973 void SetPrefix(uint8_t aOffset, const uint8_t *aPrefix, uint8_t aPrefixLength);
Dip6_address.cpp373 void Address::SetPrefix(const NetworkPrefix &aNetworkPrefix) in SetPrefix() function in ot::Ip6::Address
378 void Address::SetPrefix(const Prefix &aPrefix) in SetPrefix() function in ot::Ip6::Address
380 SetPrefix(0, aPrefix.GetBytes(), aPrefix.GetLength()); in SetPrefix()
383 void Address::SetPrefix(uint8_t aOffset, const uint8_t *aPrefix, uint8_t aPrefixLength) in SetPrefix() function in ot::Ip6::Address
408 SetPrefix(kMulticastNetworkPrefixOffset, aPrefix, aPrefixLength); in SetMulticastNetworkPrefix()
414 SetPrefix(aNetworkPrefix); in SetToLocator()
501 SetPrefix(aPrefix); in SynthesizeFromIp4Address()
Dnd_agent.cpp123 mAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
Ddhcp6_server.cpp471 option.GetAddress().SetPrefix(aPrefix.mFields.m8, OT_IP6_PREFIX_BITSIZE); in AddIaAddress()
498 entry->GetAloc().GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
/openthread-2.7.6/src/core/border_router/
Drouter_advertisement.cpp107 void PrefixInfoOption::SetPrefix(const Ip6::Prefix &aPrefix) in SetPrefix() function in ot::BorderRouter::RouterAdv::PrefixInfoOption
143 void RouteInfoOption::SetPrefix(const Ip6::Prefix &aPrefix) in SetPrefix() function in ot::BorderRouter::RouterAdv::RouteInfoOption
Drouter_advertisement.hpp255 void SetPrefix(const Ip6::Prefix &aPrefix);
352 void SetPrefix(const Ip6::Prefix &aPrefix);
Drouting_manager.cpp460 routeConfig.SetPrefix(aPrefix); in AddExternalRoute()
690 pio.SetPrefix(*aNewOnLinkPrefix); in SendRouterAdvertisement()
717 pio.SetPrefix(mLocalOnLinkPrefix); in SendRouterAdvertisement()
737 rio.SetPrefix(advertisedOmrPrefix); in SendRouterAdvertisement()
753 rio.SetPrefix(newOmrPrefix); in SendRouterAdvertisement()
/openthread-2.7.6/src/core/backbone_router/
Dndproxy_table.cpp287 dua.SetPrefix(*prefix); in TriggerCallback()
315 dua.SetPrefix(*domainPrefix); in GetDua()
Dbbr_local.cpp228 … mBackboneRouterPrimaryAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in SetState()
350 … mBackboneRouterPrimaryAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
/openthread-2.7.6/src/core/thread/
Dnetwork_data_types.hpp226 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix() function in ot::NetworkData::ExternalRouteConfig
Dtopology.cpp315 aAddress.SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in GetMeshLocalIp6Address()
Ddua_manager.cpp120 mDomainUnicastAddress.GetAddress().SetPrefix(*prefix); in HandleDomainPrefixUpdate()
Dmle.cpp824 mMeshLocal64.GetAddress().SetPrefix(aMeshLocalPrefix); in SetMeshLocalPrefix()
825 mMeshLocal16.GetAddress().SetPrefix(aMeshLocalPrefix); in SetMeshLocalPrefix()
826 mLeaderAloc.GetAddress().SetPrefix(aMeshLocalPrefix); in SetMeshLocalPrefix()
896 serviceAloc.GetAddress().SetPrefix(GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
Daddress_resolver.cpp142 …static_cast<Ip6::Address &>(aInfo.mMeshLocalEid).SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefi… in GetNextCacheEntry()
Dlowpan.cpp60 aAddress.SetPrefix(aContext.mPrefix); in CopyContext()
Dmle_router.cpp2082 address.SetPrefix(context.mPrefix); in UpdateChildAddresses()
/openthread-2.7.6/tests/unit/
Dtest_ip_address.cpp266 address.SetPrefix(prefix, prefixLength); in TestIp6AddressSetPrefix()
273 address.SetPrefix(prefix, prefixLength); in TestIp6AddressSetPrefix()
/openthread-2.7.6/src/core/utils/
Dslaac_address.cpp232 slaacAddr.GetAddress().SetPrefix(prefix); in Update()
/openthread-2.7.6/src/core/meshcop/
Dborder_agent.cpp671 mCommissionerAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
Dcommissioner.cpp1208 mCommissionerAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
/openthread-2.7.6/src/posix/platform/
Dnetif.cpp311 addr.SetPrefix(allOnes, prefixLen); in InitNetaskWithPrefixLength()