/aosp_15_r20/external/openthread/src/core/api/ |
H A D | border_routing_api.cpp | 100 otError otBorderRoutingGetOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOmrPrefix() 121 otError otBorderRoutingGetFavoredOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix, otRoutePref… in otBorderRoutingGetFavoredOmrPrefix() 136 otError otBorderRoutingGetOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOnLinkPrefix() 141 otError otBorderRoutingGetFavoredOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetFavoredOnLinkPrefix() 147 otError otBorderRoutingGetNat64Prefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetNat64Prefix() 153 otIp6Prefix *aPrefix, in otBorderRoutingGetFavoredNat64Prefix() 243 void otBorderRoutingSetOnLinkPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRoutingSetOnLinkPrefix()
|
H A D | netdata_publisher_api.cpp | 96 const otIp6Prefix *aPrefix, in otNetDataReplacePublishedExternalRoute() 103 bool otNetDataIsPrefixAdded(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataIsPrefixAdded() 115 otError otNetDataUnpublishPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataUnpublishPrefix()
|
H A D | ip6_api.cpp | 191 otError otIp6PrefixFromString(const char *aString, otIp6Prefix *aPrefix) in otIp6PrefixFromString() 210 void otIp6PrefixToString(const otIp6Prefix *aPrefix, char *aBuffer, uint16_t aSize) in otIp6PrefixToString() 222 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix) in otIp6GetPrefix()
|
H A D | border_router_api.cpp | 70 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix() 100 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveRoute()
|
H A D | netdata_api.cpp | 77 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_leader_ftd.cpp | 432 Error Leader::ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16) in ValidatePrefix() 553 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const HasRouteEntry &aEn… in ContainsMatchingEntry() 582 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const BorderRouterEntry … in ContainsMatchingEntry() 637 Leader::UpdateStatus Leader::UpdatePrefix(PrefixTlv &aPrefix) { return UpdateTlv(aPrefix, aPrefix.G… in UpdatePrefix() 766 Error Leader::AddPrefix(const PrefixTlv &aPrefix, ChangedFlags &aChangedFlags) in AddPrefix() 1104 void Leader::RemoveRlocInPrefix(PrefixTlv &aPrefix, in RemoveRlocInPrefix() 1195 void Leader::RemoveRlocInHasRoute(PrefixTlv &aPrefix, in RemoveRlocInHasRoute() 1224 void Leader::RemoveRlocInBorderRouter(PrefixTlv &aPrefix, in RemoveRlocInBorderRouter() 1274 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext()
|
H A D | network_data_publisher.cpp | 101 Error Publisher::ReplacePublishedExternalRoute(const Ip6::Prefix &aPrefix, in ReplacePublishedExternalRoute() 134 Error Publisher::UnpublishPrefix(const Ip6::Prefix &aPrefix) in UnpublishPrefix() 148 Publisher::PrefixEntry *Publisher::FindOrAllocatePrefixEntry(const Ip6::Prefix &aPrefix, Requester … in FindOrAllocatePrefixEntry() 194 Publisher::PrefixEntry *Publisher::FindMatchingPrefixEntry(const Ip6::Prefix &aPrefix) in FindMatchingPrefixEntry() 789 void Publisher::PrefixEntry::Publish(const Ip6::Prefix &aPrefix, in Publish()
|
H A D | network_data_local.hpp | 101 Error RemoveOnMeshPrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveOnMeshPrefix() 135 Error RemoveHasRoutePrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveHasRoutePrefix()
|
H A D | network_data_local.cpp | 93 Error Local::AddPrefix(const Ip6::Prefix &aPrefix, NetworkDataTlv::Type aSubTlvType, uint16_t aFlag… in AddPrefix() 147 Error Local::RemovePrefix(const Ip6::Prefix &aPrefix) in RemovePrefix()
|
H A D | network_data.cpp | 408 const PrefixTlv *NetworkData::FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in FindPrefix() argument 597 Error NetworkData::FindDomainIdFor(const Ip6::Prefix &aPrefix, uint8_t &aDomainId) const in FindDomainIdFor() argument 645 bool MutableNetworkData::RemoveTemporaryDataIn(PrefixTlv &aPrefix) in RemoveTemporaryDataIn()
|
H A D | network_data.hpp | 679 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix() 692 …PrefixTlv *FindPrefix(const Ip6::Prefix &aPrefix) { return FindPrefix(aPrefix.GetBytes(), aPrefix.… in FindPrefix()
|
H A D | network_data_tlvs.hpp | 641 void Init(uint8_t aDomainId, uint8_t aPrefixLength, const uint8_t *aPrefix) in Init() 658 void Init(uint8_t aDomainId, const Ip6::Prefix aPrefix) in Init() 738 bool IsEqual(const uint8_t *aPrefix, uint8_t aPrefixLength) const in IsEqual() argument
|
/aosp_15_r20/external/openthread/src/core/border_router/ |
H A D | routing_manager.cpp | 198 Error RoutingManager::GetFavoredOmrPrefix(Ip6::Prefix &aPrefix, RoutePreference &aPreference) const in GetFavoredOmrPrefix() 244 Error RoutingManager::GetNat64Prefix(Ip6::Prefix &aPrefix) in GetNat64Prefix() 255 Error RoutingManager::GetFavoredNat64Prefix(Ip6::Prefix &aPrefix, RoutePreference &aRoutePreference) in GetFavoredNat64Prefix() 681 bool RoutingManager::IsValidOmrPrefix(const Ip6::Prefix &aPrefix) in IsValidOmrPrefix() 878 void RoutingManager::LogPrefixInfoOption(const Ip6::Prefix &aPrefix, in LogPrefixInfoOption() 886 void RoutingManager::LogRouteInfoOption(const Ip6::Prefix &aPrefix, uint32_t aLifetime, RoutePrefer… in LogRouteInfoOption() 956 void RoutingManager::OnLinkPrefix::AdoptValidAndPreferredLifetimesFrom(const OnLinkPrefix &aPrefix) in AdoptValidAndPreferredLifetimesFrom() 1693 void RoutingManager::RxRaTracker::DetermineStaleTimeFor(const OnLinkPrefix &aPrefix, NextFireTime &… in DetermineStaleTimeFor() 1725 void RoutingManager::RxRaTracker::DetermineStaleTimeFor(const RoutePrefix &aPrefix, NextFireTime &a… in DetermineStaleTimeFor() 2905 void RoutingManager::OnLinkPrefixManager::DeprecateOldPrefix(const Ip6::Prefix &aPrefix, TimeMilli … in DeprecateOldPrefix() [all …]
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | ip6_address.cpp | 65 void Prefix::Set(const uint8_t *aPrefix, uint8_t aLength) in Set() 314 void InterfaceIdentifier::ApplyPrefix(const Prefix &aPrefix) in ApplyPrefix() 410 bool Address::MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in MatchesPrefix() argument 417 void Address::SetPrefix(const Prefix &aPrefix) { CopyBits(mFields.m8, aPrefix.GetBytes(), aPrefix.G… in SetPrefix() 443 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix() 509 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address()
|
H A D | nd6.cpp | 94 void PrefixInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() 128 void RouteInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() 251 Error RouterAdvert::TxMessage::AppendPrefixInfoOption(const Prefix &aPrefix, in AppendPrefixInfoOption() 272 Error RouterAdvert::TxMessage::AppendRouteInfoOption(const Prefix &aPrefix, in AppendRouteInfoOption()
|
H A D | ip6_address.hpp | 894 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix() 941 void SetMulticastNetworkPrefix(const Prefix &aPrefix) in SetMulticastNetworkPrefix()
|
H A D | dhcp6_server.hpp | 164 …void Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextI… in Set()
|
/aosp_15_r20/external/openthread/src/cli/ |
H A 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()
|
/aosp_15_r20/external/ot-br-posix/src/dbus/client/ |
H A D | thread_api_dbus.cpp | 441 ClientError ThreadApiDBus::AddOnMeshPrefix(const OnMeshPrefix &aPrefix) in AddOnMeshPrefix() 446 ClientError ThreadApiDBus::RemoveOnMeshPrefix(const Ip6Prefix &aPrefix) in RemoveOnMeshPrefix() 456 ClientError ThreadApiDBus::RemoveExternalRoute(const Ip6Prefix &aPrefix) in RemoveExternalRoute() 471 …ntError ThreadApiDBus::SetMeshLocalPrefix(const std::array<uint8_t, OTBR_IP6_PREFIX_SIZE> &aPrefix) in SetMeshLocalPrefix()
|
/aosp_15_r20/external/ot-br-posix/src/dbus/common/ |
H A D | dbus_message_helper_openthread.cpp | 179 otbrError DBusMessageEncode(DBusMessageIter *aIter, const Ip6Prefix &aPrefix) in DBusMessageEncode() 196 otbrError DBusMessageExtract(DBusMessageIter *aIter, Ip6Prefix &aPrefix) in DBusMessageExtract() 249 otbrError DBusMessageEncode(DBusMessageIter *aIter, const OnMeshPrefix &aPrefix) in DBusMessageEncode() 275 otbrError DBusMessageExtract(DBusMessageIter *aIter, OnMeshPrefix &aPrefix) in DBusMessageExtract()
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | settings.cpp | 89 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix() 356 Error Settings::RemoveBrOnLinkPrefix(const Ip6::Prefix &aPrefix) in RemoveBrOnLinkPrefix()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A 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()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A 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()
|
H A D | test_routing_manager.cpp | 209 void Add(const Ip6::Prefix &aPrefix) { SuccessOrQuit(PushBack(RioPrefix(aPrefix))); } in Add() 696 void DiscoverNat64Prefix(const Ip6::Prefix &aPrefix) in DiscoverNat64Prefix() 1174 void VerifyFavoredOnLinkPrefix(const Ip6::Prefix &aPrefix) in VerifyFavoredOnLinkPrefix() 4075 void VerifyPdOmrPrefix(const Ip6::Prefix &aPrefix) in VerifyPdOmrPrefix()
|
/aosp_15_r20/external/ot-br-posix/src/common/ |
H A D | types.cpp | 141 void Ip6Prefix::Set(const otIp6Prefix &aPrefix) in Set()
|