Home
last modified time | relevance | path

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

12

/external/openthread/src/core/api/
Dborder_routing_api.cpp67 otError otBorderRoutingGetOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOmrPrefix()
72 otError otBorderRoutingGetFavoredOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix, otRoutePref… in otBorderRoutingGetFavoredOmrPrefix()
85 otError otBorderRoutingGetOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOnLinkPrefix()
91 otError otBorderRoutingGetNat64Prefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetNat64Prefix()
Dborder_router_api.cpp72 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix()
106 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveRoute()
Dnetdata_publisher_api.cpp93 bool otNetDataIsPrefixAdded(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataIsPrefixAdded()
105 otError otNetDataUnpublishPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataUnpublishPrefix()
Dnetdata_api.cpp64 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix()
/external/openthread/src/core/thread/
Dnetwork_data_local.hpp98 Error RemoveOnMeshPrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveOnMeshPrefix()
132 Error RemoveHasRoutePrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveHasRoutePrefix()
Dnetwork_data_leader_ftd.cpp462 Error Leader::ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16) in ValidatePrefix()
583 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const HasRouteEntry &aEn… in ContainsMatchingEntry()
612 bool Leader::ContainsMatchingEntry(const PrefixTlv *aPrefix, bool aStable, const BorderRouterEntry … in ContainsMatchingEntry()
667 Leader::UpdateStatus Leader::UpdatePrefix(PrefixTlv &aPrefix) in UpdatePrefix()
750 Error Leader::AddPrefix(const PrefixTlv &aPrefix, ChangedFlags &aChangedFlags) in AddPrefix()
1122 void Leader::RemoveRlocInPrefix(PrefixTlv & aPrefix, in RemoveRlocInPrefix()
1213 void Leader::RemoveRlocInHasRoute(PrefixTlv & aPrefix, in RemoveRlocInHasRoute()
1242 void Leader::RemoveRlocInBorderRouter(PrefixTlv & aPrefix, in RemoveRlocInBorderRouter()
1290 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext()
1407 bool Leader::ContainsOmrPrefix(const Ip6::Prefix &aPrefix) in ContainsOmrPrefix()
Dnetwork_data_local.cpp93 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.cpp138 Error Publisher::UnpublishPrefix(const Ip6::Prefix &aPrefix) in UnpublishPrefix()
152 Publisher::PrefixEntry *Publisher::FindOrAllocatePrefixEntry(const Ip6::Prefix &aPrefix) in FindOrAllocatePrefixEntry()
174 Publisher::PrefixEntry *Publisher::FindMatchingPrefixEntry(const Ip6::Prefix &aPrefix) in FindMatchingPrefixEntry()
808 void Publisher::PrefixEntry::Publish(const Ip6::Prefix &aPrefix, uint16_t aNewFlags, Type aNewType) in Publish()
Dnetwork_data.hpp681 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix()
694 …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.hpp259 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix()
/external/openthread/src/core/net/
Dnd6.cpp96 void PrefixInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix()
133 void RouteInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix()
231 Error RouterAdvertMessage::AppendPrefixInfoOption(const Prefix &aPrefix, in AppendPrefixInfoOption()
252 Error RouterAdvertMessage::AppendRouteInfoOption(const Prefix & aPrefix, in AppendRouteInfoOption()
Dip6_address.cpp66 void Prefix::Set(const uint8_t *aPrefix, uint8_t aLength) in Set()
368 bool Address::MatchesPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in MatchesPrefix() argument
378 void Address::SetPrefix(const Prefix &aPrefix) in SetPrefix()
383 void Address::SetPrefix(uint8_t aOffset, const uint8_t *aPrefix, uint8_t aPrefixLength) in SetPrefix()
406 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix()
472 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address()
Ddhcp6_server.hpp170 …void Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextI… in Set()
Dip6_address.hpp842 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { SetPrefix(0, aPrefix, aPrefixLengt… in SetPrefix()
889 void SetMulticastNetworkPrefix(const Prefix &aPrefix) in SetMulticastNetworkPrefix()
/external/openthread/src/core/border_router/
Drouting_manager.cpp143 Error RoutingManager::GetOmrPrefix(Ip6::Prefix &aPrefix) in GetOmrPrefix()
154 Error RoutingManager::GetFavoredOmrPrefix(Ip6::Prefix &aPrefix, RoutePreference &aPreference) in GetFavoredOmrPrefix()
166 Error RoutingManager::GetOnLinkPrefix(Ip6::Prefix &aPrefix) in GetOnLinkPrefix()
178 Error RoutingManager::GetNat64Prefix(Ip6::Prefix &aPrefix) in GetNat64Prefix()
471 Error RoutingManager::PublishExternalRoute(const Ip6::Prefix &aPrefix, RoutePreference aRoutePrefer… in PublishExternalRoute()
494 void RoutingManager::UnpublishExternalRoute(const Ip6::Prefix &aPrefix) in UnpublishExternalRoute()
1115 …r::ShouldProcessPrefixInfoOption(const Ip6::Nd::PrefixInfoOption &aPio, const Ip6::Prefix &aPrefix) in ShouldProcessPrefixInfoOption()
1141 …ger::ShouldProcessRouteInfoOption(const Ip6::Nd::RouteInfoOption &aRio, const Ip6::Prefix &aPrefix) in ShouldProcessRouteInfoOption()
1579 void RoutingManager::DiscoveredPrefixTable::RemoveOnLinkPrefix(const Ip6::Prefix &aPrefix, NetDataM… in RemoveOnLinkPrefix()
1584 void RoutingManager::DiscoveredPrefixTable::RemoveRoutePrefix(const Ip6::Prefix &aPrefix, NetDataMo… in RemoveRoutePrefix()
[all …]
/external/openthread/src/cli/
Dcli_output.cpp152 void Output::OutputIp6Prefix(const otIp6Prefix &aPrefix) in OutputIp6Prefix()
161 void Output::OutputIp6PrefixLine(const otIp6Prefix &aPrefix) in OutputIp6PrefixLine()
167 void Output::OutputIp6Prefix(const otIp6NetworkPrefix &aPrefix) in OutputIp6Prefix()
173 void Output::OutputIp6PrefixLine(const otIp6NetworkPrefix &aPrefix) in OutputIp6PrefixLine()
Dcli_output.hpp504 void OutputIp6Prefix(const otIp6Prefix &aPrefix) { mOutput.OutputIp6Prefix(aPrefix); } in OutputIp6Prefix()
505 void OutputIp6PrefixLine(const otIp6Prefix &aPrefix) { mOutput.OutputIp6PrefixLine(aPrefix); } in OutputIp6PrefixLine()
506 void OutputIp6Prefix(const otIp6NetworkPrefix &aPrefix) { mOutput.OutputIp6Prefix(aPrefix); } in OutputIp6Prefix()
507 …void OutputIp6PrefixLine(const otIp6NetworkPrefix &aPrefix) { mOutput.OutputIp6PrefixLine(aPrefix)… in OutputIp6PrefixLine()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp440 ClientError ThreadApiDBus::AddOnMeshPrefix(const OnMeshPrefix &aPrefix) in AddOnMeshPrefix()
445 ClientError ThreadApiDBus::RemoveOnMeshPrefix(const Ip6Prefix &aPrefix) in RemoveOnMeshPrefix()
455 ClientError ThreadApiDBus::RemoveExternalRoute(const Ip6Prefix &aPrefix) in RemoveExternalRoute()
460 …ntError ThreadApiDBus::SetMeshLocalPrefix(const std::array<uint8_t, OTBR_IP6_PREFIX_SIZE> &aPrefix) in SetMeshLocalPrefix()
465 …ntError ThreadApiDBus::SetLegacyUlaPrefix(const std::array<uint8_t, OTBR_IP6_PREFIX_SIZE> &aPrefix) in SetLegacyUlaPrefix()
/external/ot-br-posix/src/common/
Dtypes.cpp107 void Ip6Prefix::Set(const otIp6Prefix &aPrefix) in Set()
Dlogging.cpp143 void otbrDump(otbrLogLevel aLevel, const char *aLogTag, const char *aPrefix, const void *aMemory, s… in otbrDump()
/external/ot-br-posix/src/dbus/common/
Ddbus_message_helper_openthread.cpp171 otbrError DBusMessageEncode(DBusMessageIter *aIter, const Ip6Prefix &aPrefix) in DBusMessageEncode()
188 otbrError DBusMessageExtract(DBusMessageIter *aIter, Ip6Prefix &aPrefix) in DBusMessageExtract()
241 otbrError DBusMessageEncode(DBusMessageIter *aIter, const OnMeshPrefix &aPrefix) in DBusMessageEncode()
267 otbrError DBusMessageExtract(DBusMessageIter *aIter, OnMeshPrefix &aPrefix) in DBusMessageExtract()
/external/openthread/src/core/backbone_router/
Dbbr_local.cpp303 Error Local::RemoveDomainPrefix(const Ip6::Prefix &aPrefix) in RemoveDomainPrefix()
/external/openthread/src/posix/platform/
Dnetif.cpp570 static otError AddRoute(const otIp6Prefix &aPrefix, uint32_t aPriority) in AddRoute()
619 static otError DeleteRoute(const otIp6Prefix &aPrefix) in DeleteRoute()
689 static otError AddOmrRoute(const otIp6Prefix &aPrefix) in AddOmrRoute()
756 static otError AddExternalRoute(const otIp6Prefix &aPrefix) in AddExternalRoute()
/external/ot-br-posix/tests/dbus/
Dtest_dbus_client.cpp84 static void CheckExternalRoute(ThreadApiDBus *aApi, const Ip6Prefix &aPrefix) in CheckExternalRoute()

12