/openthread-latest/src/core/thread/ |
D | network_data_local.hpp | 97 Error RemoveOnMeshPrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveOnMeshPrefix() 128 Error RemoveHasRoutePrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveHasRoutePrefix()
|
D | network_data_leader_ftd.cpp | 416 Error Leader::ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16) in ValidatePrefix() 537 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const HasRouteEntry &aEn… in ContainsMatchingEntry() 566 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const BorderRouterEntry … in ContainsMatchingEntry() 621 Leader::UpdateStatus Leader::UpdatePrefix(PrefixTlv &aPrefix) { return UpdateTlv(aPrefix, aPrefix.G… in UpdatePrefix() 750 Error Leader::AddPrefix(const PrefixTlv &aPrefix, ChangedFlags &aChangedFlags) in AddPrefix() 1088 void Leader::RemoveRlocInPrefix(PrefixTlv &aPrefix, in RemoveRlocInPrefix() 1179 void Leader::RemoveRlocInHasRoute(PrefixTlv &aPrefix, in RemoveRlocInHasRoute() 1208 void Leader::RemoveRlocInBorderRouter(PrefixTlv &aPrefix, in RemoveRlocInBorderRouter() 1258 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext()
|
D | network_data_local.cpp | 86 Error Local::AddPrefix(const Ip6::Prefix &aPrefix, NetworkDataTlv::Type aSubTlvType, uint16_t aFlag… in AddPrefix() 140 Error Local::RemovePrefix(const Ip6::Prefix &aPrefix) in RemovePrefix()
|
D | network_data_publisher.cpp | 93 Error Publisher::ReplacePublishedExternalRoute(const Ip6::Prefix &aPrefix, in ReplacePublishedExternalRoute() 126 Error Publisher::UnpublishPrefix(const Ip6::Prefix &aPrefix) in UnpublishPrefix() 140 Publisher::PrefixEntry *Publisher::FindOrAllocatePrefixEntry(const Ip6::Prefix &aPrefix, Requester … in FindOrAllocatePrefixEntry() 186 Publisher::PrefixEntry *Publisher::FindMatchingPrefixEntry(const Ip6::Prefix &aPrefix) in FindMatchingPrefixEntry() 799 void Publisher::PrefixEntry::Publish(const Ip6::Prefix &aPrefix, in Publish()
|
D | network_data.hpp | 637 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix() 649 …PrefixTlv *FindPrefix(const Ip6::Prefix &aPrefix) { return FindPrefix(aPrefix.GetBytes(), aPrefix.… in FindPrefix()
|
D | network_data_types.cpp | 43 static bool IsPrefixValid(Instance &aInstance, const Ip6::Prefix &aPrefix) in IsPrefixValid()
|
D | network_data.cpp | 398 const PrefixTlv *NetworkData::FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in FindPrefix() argument 587 Error NetworkData::FindDomainIdFor(const Ip6::Prefix &aPrefix, uint8_t &aDomainId) const in FindDomainIdFor() argument 635 bool MutableNetworkData::RemoveTemporaryDataIn(PrefixTlv &aPrefix) in RemoveTemporaryDataIn()
|
D | network_data_types.hpp | 267 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix()
|
/openthread-latest/src/core/api/ |
D | border_routing_api.cpp | 96 otError otBorderRoutingGetOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOmrPrefix() 117 otError otBorderRoutingGetFavoredOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix, otRoutePref… in otBorderRoutingGetFavoredOmrPrefix() 132 otError otBorderRoutingGetOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOnLinkPrefix() 137 otError otBorderRoutingGetFavoredOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetFavoredOnLinkPrefix() 143 otError otBorderRoutingGetNat64Prefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetNat64Prefix() 149 otIp6Prefix *aPrefix, in otBorderRoutingGetFavoredNat64Prefix() 239 void otBorderRoutingSetOnLinkPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRoutingSetOnLinkPrefix()
|
D | netdata_publisher_api.cpp | 97 const otIp6Prefix *aPrefix, in otNetDataReplacePublishedExternalRoute() 104 bool otNetDataIsPrefixAdded(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataIsPrefixAdded() 116 otError otNetDataUnpublishPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataUnpublishPrefix()
|
D | border_router_api.cpp | 68 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix() 98 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveRoute()
|
D | ip6_api.cpp | 184 otError otIp6PrefixFromString(const char *aString, otIp6Prefix *aPrefix) in otIp6PrefixFromString() 203 void otIp6PrefixToString(const otIp6Prefix *aPrefix, char *aBuffer, uint16_t aSize) in otIp6PrefixToString() 215 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix) in otIp6GetPrefix()
|
D | netdata_api.cpp | 74 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix()
|
/openthread-latest/src/core/net/ |
D | nd6.cpp | 93 void PrefixInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() 127 void RouteInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() 277 Error RouterAdvert::TxMessage::AppendPrefixInfoOption(const Prefix &aPrefix, in AppendPrefixInfoOption() 298 Error RouterAdvert::TxMessage::AppendRouteInfoOption(const Prefix &aPrefix, in AppendRouteInfoOption()
|
D | ip6_address.cpp | 54 void Prefix::Set(const uint8_t *aPrefix, uint8_t aLength) in Set() 303 void InterfaceIdentifier::ApplyPrefix(const Prefix &aPrefix) in ApplyPrefix() 399 bool Address::MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in MatchesPrefix() argument 406 void Address::SetPrefix(const Prefix &aPrefix) { CopyBits(mFields.m8, aPrefix.GetBytes(), aPrefix.G… in SetPrefix() 432 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix() 498 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address()
|
D | dhcp6_server.hpp | 152 …void Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextI… in Set()
|
D | ip6_address.hpp | 809 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix() 851 void SetMulticastNetworkPrefix(const Prefix &aPrefix) in SetMulticastNetworkPrefix()
|
/openthread-latest/src/cli/ |
D | cli_utils.cpp | 178 void Utils::OutputIp6Prefix(const otIp6Prefix &aPrefix) in OutputIp6Prefix() 187 void Utils::OutputIp6PrefixLine(const otIp6Prefix &aPrefix) in OutputIp6PrefixLine() 193 void Utils::OutputIp6Prefix(const otIp6NetworkPrefix &aPrefix) in OutputIp6Prefix() 199 void Utils::OutputIp6PrefixLine(const otIp6NetworkPrefix &aPrefix) in OutputIp6PrefixLine()
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 180 Error RoutingManager::GetFavoredOmrPrefix(Ip6::Prefix &aPrefix, RoutePreference &aPreference) const in GetFavoredOmrPrefix() 226 Error RoutingManager::GetNat64Prefix(Ip6::Prefix &aPrefix) in GetNat64Prefix() 237 Error RoutingManager::GetFavoredNat64Prefix(Ip6::Prefix &aPrefix, RoutePreference &aRoutePreference) in GetFavoredNat64Prefix() 669 bool RoutingManager::IsValidOmrPrefix(const Ip6::Prefix &aPrefix) in IsValidOmrPrefix() 874 void RoutingManager::LogPrefixInfoOption(const Ip6::Prefix &aPrefix, in LogPrefixInfoOption() 882 void RoutingManager::LogRouteInfoOption(const Ip6::Prefix &aPrefix, uint32_t aLifetime, RoutePrefer… in LogRouteInfoOption() 957 void RoutingManager::OnLinkPrefix::AdoptValidAndPreferredLifetimesFrom(const OnLinkPrefix &aPrefix) in AdoptValidAndPreferredLifetimesFrom() 1671 void RoutingManager::RxRaTracker::DetermineStaleTimeFor(const OnLinkPrefix &aPrefix, NextFireTime &… in DetermineStaleTimeFor() 1703 void RoutingManager::RxRaTracker::DetermineStaleTimeFor(const RoutePrefix &aPrefix, NextFireTime &a… in DetermineStaleTimeFor() 2905 void RoutingManager::OnLinkPrefixManager::DeprecateOldPrefix(const Ip6::Prefix &aPrefix, TimeMilli … in DeprecateOldPrefix() [all …]
|
D | infra_if.cpp | 120 void InfraIf::DiscoverNat64PrefixDone(uint32_t aIfIndex, const Ip6::Prefix &aPrefix) in DiscoverNat64PrefixDone()
|
/openthread-latest/src/core/common/ |
D | settings.cpp | 82 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix() 363 Error Settings::RemoveBrOnLinkPrefix(const Ip6::Prefix &aPrefix) in RemoveBrOnLinkPrefix()
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_local.cpp | 319 Error Local::RemoveDomainPrefix(const Ip6::Prefix &aPrefix) in RemoveDomainPrefix()
|
/openthread-latest/tests/unit/ |
D | test_ip_address.cpp | 321 bool CheckPrefix(const Ip6::Address &aAddress, const uint8_t *aPrefix, uint8_t aPrefixLength) in CheckPrefix() 342 bool CheckPrefixInIid(const Ip6::InterfaceIdentifier &aIid, const uint8_t *aPrefix, uint8_t aPrefix… in CheckPrefixInIid()
|
/openthread-latest/src/core/utils/ |
D | history_tracker.cpp | 402 …racker::RecordOnMeshPrefixEvent(NetDataEvent aEvent, const NetworkData::OnMeshPrefixConfig &aPrefi… in RecordOnMeshPrefixEvent()
|
/openthread-latest/src/posix/platform/ |
D | netif.cpp | 752 static otError AddRoute(const otIp6Prefix &aPrefix, uint32_t aPriority) in AddRoute() 757 static otError DeleteRoute(const otIp6Prefix &aPrefix) in DeleteRoute() 780 static otError AddOmrRoute(const otIp6Prefix &aPrefix) in AddOmrRoute() 843 static otError AddExternalRoute(const otIp6Prefix &aPrefix) in AddExternalRoute()
|