/openthread-3.6.0/src/core/thread/ |
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()
|
D | network_data_leader_ftd.cpp | 353 Error Leader::ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16) in ValidatePrefix() 474 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const HasRouteEntry &aEn… in ContainsMatchingEntry() 503 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const BorderRouterEntry … in ContainsMatchingEntry() 558 Leader::UpdateStatus Leader::UpdatePrefix(PrefixTlv &aPrefix) { return UpdateTlv(aPrefix, aPrefix.G… in UpdatePrefix() 690 Error Leader::AddPrefix(const PrefixTlv &aPrefix, ChangedFlags &aChangedFlags) in AddPrefix() 1028 void Leader::RemoveRlocInPrefix(PrefixTlv &aPrefix, in RemoveRlocInPrefix() 1119 void Leader::RemoveRlocInHasRoute(PrefixTlv &aPrefix, in RemoveRlocInHasRoute() 1148 void Leader::RemoveRlocInBorderRouter(PrefixTlv &aPrefix, in RemoveRlocInBorderRouter() 1198 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext() 1368 bool Leader::ContainsOmrPrefix(const Ip6::Prefix &aPrefix) in ContainsOmrPrefix()
|
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()
|
D | network_data_publisher.cpp | 102 Error Publisher::ReplacePublishedExternalRoute(const Ip6::Prefix &aPrefix, in ReplacePublishedExternalRoute() 135 Error Publisher::UnpublishPrefix(const Ip6::Prefix &aPrefix) in UnpublishPrefix() 149 Publisher::PrefixEntry *Publisher::FindOrAllocatePrefixEntry(const Ip6::Prefix &aPrefix, Requester … in FindOrAllocatePrefixEntry() 195 Publisher::PrefixEntry *Publisher::FindMatchingPrefixEntry(const Ip6::Prefix &aPrefix) in FindMatchingPrefixEntry() 807 void Publisher::PrefixEntry::Publish(const Ip6::Prefix &aPrefix, in Publish()
|
D | network_data.hpp | 677 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix() 690 …PrefixTlv *FindPrefix(const Ip6::Prefix &aPrefix) { return FindPrefix(aPrefix.GetBytes(), aPrefix.… in FindPrefix()
|
D | network_data_types.cpp | 44 static bool IsPrefixValid(Instance &aInstance, const Ip6::Prefix &aPrefix) in IsPrefixValid()
|
D | network_data_types.hpp | 254 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix()
|
D | network_data.cpp | 458 void MutableNetworkData::RemoveTemporaryDataIn(PrefixTlv &aPrefix) in RemoveTemporaryDataIn() 552 const PrefixTlv *NetworkData::FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in FindPrefix() argument
|
/openthread-3.6.0/src/core/api/ |
D | border_routing_api.cpp | 95 otError otBorderRoutingGetOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOmrPrefix() 116 otError otBorderRoutingGetFavoredOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix, otRoutePref… in otBorderRoutingGetFavoredOmrPrefix() 131 otError otBorderRoutingGetOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOnLinkPrefix() 136 otError otBorderRoutingGetFavoredOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetFavoredOnLinkPrefix() 142 otError otBorderRoutingGetNat64Prefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetNat64Prefix() 148 otIp6Prefix *aPrefix, in otBorderRoutingGetFavoredNat64Prefix()
|
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()
|
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()
|
D | ip6_api.cpp | 201 otError otIp6PrefixFromString(const char *aString, otIp6Prefix *aPrefix) in otIp6PrefixFromString() 220 void otIp6PrefixToString(const otIp6Prefix *aPrefix, char *aBuffer, uint16_t aSize) in otIp6PrefixToString() 232 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix) in otIp6GetPrefix()
|
D | netdata_api.cpp | 77 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix()
|
/openthread-3.6.0/src/core/net/ |
D | nd6.cpp | 93 void PrefixInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() 127 void RouteInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() 232 Error RouterAdvertMessage::AppendPrefixInfoOption(const Prefix &aPrefix, in AppendPrefixInfoOption() 253 Error RouterAdvertMessage::AppendRouteInfoOption(const Prefix &aPrefix, in AppendRouteInfoOption()
|
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() 396 bool Address::MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in MatchesPrefix() argument 403 void Address::SetPrefix(const Prefix &aPrefix) { CopyBits(mFields.m8, aPrefix.GetBytes(), aPrefix.G… in SetPrefix() 429 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix() 495 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address()
|
D | dhcp6_server.hpp | 164 …void Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextI… in Set()
|
D | ip6_address.hpp | 864 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix() 911 void SetMulticastNetworkPrefix(const Prefix &aPrefix) in SetMulticastNetworkPrefix()
|
/openthread-3.6.0/src/cli/ |
D | cli_output.cpp | 178 void Output::OutputIp6Prefix(const otIp6Prefix &aPrefix) in OutputIp6Prefix() 187 void Output::OutputIp6PrefixLine(const otIp6Prefix &aPrefix) in OutputIp6PrefixLine() 193 void Output::OutputIp6Prefix(const otIp6NetworkPrefix &aPrefix) in OutputIp6Prefix() 199 void Output::OutputIp6PrefixLine(const otIp6NetworkPrefix &aPrefix) in OutputIp6PrefixLine()
|
/openthread-3.6.0/src/core/border_router/ |
D | routing_manager.cpp | 190 Error RoutingManager::GetFavoredOmrPrefix(Ip6::Prefix &aPrefix, RoutePreference &aPreference) const in GetFavoredOmrPrefix() 236 Error RoutingManager::GetNat64Prefix(Ip6::Prefix &aPrefix) in GetNat64Prefix() 247 Error RoutingManager::GetFavoredNat64Prefix(Ip6::Prefix &aPrefix, RoutePreference &aRoutePreference) in GetFavoredNat64Prefix() 723 bool RoutingManager::IsValidOmrPrefix(const Ip6::Prefix &aPrefix) in IsValidOmrPrefix() 821 …r::ShouldProcessPrefixInfoOption(const Ip6::Nd::PrefixInfoOption &aPio, const Ip6::Prefix &aPrefix) in ShouldProcessPrefixInfoOption() 847 …ger::ShouldProcessRouteInfoOption(const Ip6::Nd::RouteInfoOption &aRio, const Ip6::Prefix &aPrefix) in ShouldProcessRouteInfoOption() 1031 void RoutingManager::LogPrefixInfoOption(const Ip6::Prefix &aPrefix, in LogPrefixInfoOption() 1039 void RoutingManager::LogRouteInfoOption(const Ip6::Prefix &aPrefix, uint32_t aLifetime, RoutePrefer… in LogRouteInfoOption() 1320 void RoutingManager::DiscoveredPrefixTable::RemoveOnLinkPrefix(const Ip6::Prefix &aPrefix) in RemoveOnLinkPrefix() 1325 void RoutingManager::DiscoveredPrefixTable::RemoveRoutePrefix(const Ip6::Prefix &aPrefix) in RemoveRoutePrefix() [all …]
|
D | infra_if.cpp | 121 void InfraIf::DiscoverNat64PrefixDone(uint32_t aIfIndex, const Ip6::Prefix &aPrefix) in DiscoverNat64PrefixDone()
|
/openthread-3.6.0/src/core/common/ |
D | settings.cpp | 88 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix() 355 Error Settings::RemoveBrOnLinkPrefix(const Ip6::Prefix &aPrefix) in RemoveBrOnLinkPrefix()
|
/openthread-3.6.0/src/core/backbone_router/ |
D | bbr_local.cpp | 329 Error Local::RemoveDomainPrefix(const Ip6::Prefix &aPrefix) in RemoveDomainPrefix()
|
/openthread-3.6.0/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-3.6.0/src/core/utils/ |
D | history_tracker.cpp | 410 …racker::RecordOnMeshPrefixEvent(NetDataEvent aEvent, const NetworkData::OnMeshPrefixConfig &aPrefi… in RecordOnMeshPrefixEvent()
|
/openthread-3.6.0/src/posix/platform/ |
D | netif.cpp | 668 static otError AddRoute(const otIp6Prefix &aPrefix, uint32_t aPriority) in AddRoute() 673 static otError DeleteRoute(const otIp6Prefix &aPrefix) in DeleteRoute() 696 static otError AddOmrRoute(const otIp6Prefix &aPrefix) in AddOmrRoute() 761 static otError AddExternalRoute(const otIp6Prefix &aPrefix) in AddExternalRoute()
|