Home
last modified time | relevance | path

Searched defs:aPrefix (Results 1 – 25 of 33) sorted by relevance

12

/openthread-latest/src/core/thread/
Dnetwork_data_local.hpp97 Error RemoveOnMeshPrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveOnMeshPrefix()
128 Error RemoveHasRoutePrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveHasRoutePrefix()
Dnetwork_data_leader_ftd.cpp416 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()
Dnetwork_data_local.cpp86 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()
Dnetwork_data_publisher.cpp93 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()
Dnetwork_data.hpp637 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()
Dnetwork_data_types.cpp43 static bool IsPrefixValid(Instance &aInstance, const Ip6::Prefix &aPrefix) in IsPrefixValid()
Dnetwork_data.cpp398 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()
Dnetwork_data_types.hpp267 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix()
/openthread-latest/src/core/api/
Dborder_routing_api.cpp96 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()
Dnetdata_publisher_api.cpp97 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()
Dborder_router_api.cpp68 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix()
98 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveRoute()
Dip6_api.cpp184 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()
Dnetdata_api.cpp74 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix()
/openthread-latest/src/core/net/
Dnd6.cpp93 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()
Dip6_address.cpp54 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()
Ddhcp6_server.hpp152 …void Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextI… in Set()
Dip6_address.hpp809 …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/
Dcli_utils.cpp178 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/
Drouting_manager.cpp180 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 …]
Dinfra_if.cpp120 void InfraIf::DiscoverNat64PrefixDone(uint32_t aIfIndex, const Ip6::Prefix &aPrefix) in DiscoverNat64PrefixDone()
/openthread-latest/src/core/common/
Dsettings.cpp82 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/
Dbbr_local.cpp319 Error Local::RemoveDomainPrefix(const Ip6::Prefix &aPrefix) in RemoveDomainPrefix()
/openthread-latest/tests/unit/
Dtest_ip_address.cpp321 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/
Dhistory_tracker.cpp402 …racker::RecordOnMeshPrefixEvent(NetDataEvent aEvent, const NetworkData::OnMeshPrefixConfig &aPrefi… in RecordOnMeshPrefixEvent()
/openthread-latest/src/posix/platform/
Dnetif.cpp752 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()

12