/openthread-2.7.6/src/core/net/ |
D | ip6_address.hpp | 805 …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);
|
D | ip6_address.cpp | 373 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()
|
D | nd_agent.cpp | 123 mAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
|
D | dhcp6_server.cpp | 471 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/ |
D | router_advertisement.cpp | 107 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
|
D | router_advertisement.hpp | 255 void SetPrefix(const Ip6::Prefix &aPrefix); 352 void SetPrefix(const Ip6::Prefix &aPrefix);
|
D | routing_manager.cpp | 460 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/ |
D | ndproxy_table.cpp | 287 dua.SetPrefix(*prefix); in TriggerCallback() 315 dua.SetPrefix(*domainPrefix); in GetDua()
|
D | bbr_local.cpp | 228 … 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/ |
D | network_data_types.hpp | 226 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix() function in ot::NetworkData::ExternalRouteConfig
|
D | topology.cpp | 315 aAddress.SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in GetMeshLocalIp6Address()
|
D | dua_manager.cpp | 120 mDomainUnicastAddress.GetAddress().SetPrefix(*prefix); in HandleDomainPrefixUpdate()
|
D | mle.cpp | 824 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()
|
D | address_resolver.cpp | 142 …static_cast<Ip6::Address &>(aInfo.mMeshLocalEid).SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefi… in GetNextCacheEntry()
|
D | lowpan.cpp | 60 aAddress.SetPrefix(aContext.mPrefix); in CopyContext()
|
D | mle_router.cpp | 2082 address.SetPrefix(context.mPrefix); in UpdateChildAddresses()
|
/openthread-2.7.6/tests/unit/ |
D | test_ip_address.cpp | 266 address.SetPrefix(prefix, prefixLength); in TestIp6AddressSetPrefix() 273 address.SetPrefix(prefix, prefixLength); in TestIp6AddressSetPrefix()
|
/openthread-2.7.6/src/core/utils/ |
D | slaac_address.cpp | 232 slaacAddr.GetAddress().SetPrefix(prefix); in Update()
|
/openthread-2.7.6/src/core/meshcop/ |
D | border_agent.cpp | 671 mCommissionerAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
|
D | commissioner.cpp | 1208 mCommissionerAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
|
/openthread-2.7.6/src/posix/platform/ |
D | netif.cpp | 311 addr.SetPrefix(allOnes, prefixLen); in InitNetaskWithPrefixLength()
|