Home
last modified time | relevance | path

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

12

/external/openthread/src/core/api/
Dborder_routing_api.cpp100 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()
Dnetdata_publisher_api.cpp96 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()
Dborder_router_api.cpp70 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix()
100 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveRoute()
Dip6_api.cpp201 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()
Dnetdata_api.cpp77 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix()
/external/openthread/src/core/thread/
Dnetwork_data_local.hpp101 Error RemoveOnMeshPrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveOnMeshPrefix()
135 Error RemoveHasRoutePrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveHasRoutePrefix()
Dnetwork_data_leader_ftd.cpp353 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()
687 Error Leader::AddPrefix(const PrefixTlv &aPrefix, ChangedFlags &aChangedFlags) in AddPrefix()
1025 void Leader::RemoveRlocInPrefix(PrefixTlv &aPrefix, in RemoveRlocInPrefix()
1116 void Leader::RemoveRlocInHasRoute(PrefixTlv &aPrefix, in RemoveRlocInHasRoute()
1145 void Leader::RemoveRlocInBorderRouter(PrefixTlv &aPrefix, in RemoveRlocInBorderRouter()
1195 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext()
1362 bool Leader::ContainsOmrPrefix(const Ip6::Prefix &aPrefix) in ContainsOmrPrefix()
Dnetwork_data_publisher.cpp102 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()
844 void Publisher::PrefixEntry::Publish(const Ip6::Prefix &aPrefix, in Publish()
Dnetwork_data_local.cpp93 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()
Dnetwork_data.cpp408 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()
Dnetwork_data.hpp679 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()
Dnetwork_data_types.cpp44 static bool IsPrefixValid(Instance &aInstance, const Ip6::Prefix &aPrefix) in IsPrefixValid()
Dnetwork_data_types.hpp287 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix()
/external/openthread/src/core/net/
Dnd6.cpp94 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()
Dip6_address.cpp65 void Prefix::Set(const uint8_t *aPrefix, uint8_t aLength) in Set()
314 void InterfaceIdentifier::ApplyPrefix(const Prefix &aPrefix) in ApplyPrefix()
408 bool Address::MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in MatchesPrefix() argument
415 void Address::SetPrefix(const Prefix &aPrefix) { CopyBits(mFields.m8, aPrefix.GetBytes(), aPrefix.G… in SetPrefix()
441 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix()
507 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address()
Dip6_address.hpp885 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix()
932 void SetMulticastNetworkPrefix(const Prefix &aPrefix) in SetMulticastNetworkPrefix()
Ddhcp6_server.hpp164 …void Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextI… in Set()
/external/openthread/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()
/external/openthread/src/core/border_router/
Drouting_manager.cpp190 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()
664 bool RoutingManager::IsValidOmrPrefix(const Ip6::Prefix &aPrefix) in IsValidOmrPrefix()
762 …ingManager::ShouldProcessPrefixInfoOption(const PrefixInfoOption &aPio, const Ip6::Prefix &aPrefix) in ShouldProcessPrefixInfoOption()
788 …utingManager::ShouldProcessRouteInfoOption(const RouteInfoOption &aRio, const Ip6::Prefix &aPrefix) in ShouldProcessRouteInfoOption()
972 void RoutingManager::LogPrefixInfoOption(const Ip6::Prefix &aPrefix, in LogPrefixInfoOption()
980 void RoutingManager::LogRouteInfoOption(const Ip6::Prefix &aPrefix, uint32_t aLifetime, RoutePrefer… in LogRouteInfoOption()
1259 void RoutingManager::DiscoveredPrefixTable::RemoveOnLinkPrefix(const Ip6::Prefix &aPrefix) in RemoveOnLinkPrefix()
1264 void RoutingManager::DiscoveredPrefixTable::RemoveRoutePrefix(const Ip6::Prefix &aPrefix) in RemoveRoutePrefix()
[all …]
Dinfra_if.cpp121 void InfraIf::DiscoverNat64PrefixDone(uint32_t aIfIndex, const Ip6::Prefix &aPrefix) in DiscoverNat64PrefixDone()
/external/ot-br-posix/src/common/
Dtypes.cpp107 void Ip6Prefix::Set(const otIp6Prefix &aPrefix) in Set()
/external/openthread/src/core/common/
Dsettings.cpp88 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix()
355 Error Settings::RemoveBrOnLinkPrefix(const Ip6::Prefix &aPrefix) in RemoveBrOnLinkPrefix()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp441 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()
466 …ntError ThreadApiDBus::SetMeshLocalPrefix(const std::array<uint8_t, OTBR_IP6_PREFIX_SIZE> &aPrefix) in SetMeshLocalPrefix()
/external/openthread/src/core/backbone_router/
Dbbr_local.cpp329 Error Local::RemoveDomainPrefix(const Ip6::Prefix &aPrefix) in RemoveDomainPrefix()
/external/openthread/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()

12