Home
last modified time | relevance | path

Searched refs:otIp6Prefix (Results 1 – 25 of 28) sorted by relevance

12

/openthread-3.7.0/include/openthread/
Dborder_routing.h117 otIp6Prefix mPrefix; ///< The discovered IPv6 prefix.
319 otError otBorderRoutingGetOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix);
369 otError otBorderRoutingGetFavoredOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix, otRoutePref…
384 otError otBorderRoutingGetOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix);
398 otError otBorderRoutingGetFavoredOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix);
414 otError otBorderRoutingGetNat64Prefix(otInstance *aInstance, otIp6Prefix *aPrefix);
430 otIp6Prefix *aPrefix,
Dip6.h154 struct otIp6Prefix struct
164 typedef struct otIp6Prefix otIp6Prefix; typedef
627 bool otIp6ArePrefixesEqual(const otIp6Prefix *aFirst, const otIp6Prefix *aSecond);
654 otError otIp6PrefixFromString(const char *aString, otIp6Prefix *aPrefix);
707 void otIp6PrefixToString(const otIp6Prefix *aPrefix, char *aBuffer, uint16_t aSize);
728 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix);
792 typedef bool (*otIp6SlaacPrefixFilter)(otInstance *aInstance, const otIp6Prefix *aPrefix);
Dnetdata_publisher.h94 const otIp6Prefix *aPrefix,
273 const otIp6Prefix *aPrefix,
289 bool otNetDataIsPrefixAdded(otInstance *aInstance, const otIp6Prefix *aPrefix);
320 otError otNetDataUnpublishPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix);
Dnetdata.h61 otIp6Prefix mPrefix; ///< The IPv6 prefix.
83 otIp6Prefix mPrefix; ///< The associated IPv6 prefix.
92 otIp6Prefix mPrefix; ///< The IPv6 prefix.
316 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix);
Dborder_router.h94 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix);
139 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix);
Dbackbone_router_ftd.h420 … const otIp6Prefix *aDomainPrefix);
/openthread-3.7.0/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()
Dip6_api.cpp191 bool otIp6ArePrefixesEqual(const otIp6Prefix *aFirst, const otIp6Prefix *aSecond) in otIp6ArePrefixesEqual()
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()
Dborder_router_api.cpp70 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix()
100 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveRoute()
Dnetdata_api.cpp77 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix()
/openthread-3.7.0/src/cli/
Dcli_br.cpp209 otIp6Prefix local; in Process()
229 otIp6Prefix favored; in Process()
275 otIp6Prefix local; in Process()
295 otIp6Prefix favored; in Process()
341 otIp6Prefix local; in Process()
361 otIp6Prefix favored; in Process()
Dcli_utils.hpp397 void OutputIp6Prefix(const otIp6Prefix &aPrefix);
405 void OutputIp6PrefixLine(const otIp6Prefix &aPrefix);
Dcli_network_data.cpp386 otIp6Prefix prefix; in Process()
437 otIp6Prefix prefix; in Process()
Dcli_utils.cpp178 void Utils::OutputIp6Prefix(const otIp6Prefix &aPrefix) in OutputIp6Prefix()
187 void Utils::OutputIp6PrefixLine(const otIp6Prefix &aPrefix) in OutputIp6PrefixLine()
/openthread-3.7.0/src/core/net/
Ddhcp6_client.hpp117 void AddIdentityAssociation(uint16_t aRloc16, otIp6Prefix &aIp6Prefix);
118 void RemoveIdentityAssociation(uint16_t aRloc16, otIp6Prefix &aIp6Prefix);
Dip6_address.hpp94 class Prefix : public otIp6Prefix, public Clearable<Prefix>, public Unequatable<Prefix>
1080 DefineCoreType(otIp6Prefix, Ip6::Prefix);
/openthread-3.7.0/src/core/utils/
Dparse_cmdline.hpp211 otError ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix);
527 …otError ParseAsIp6Prefix(otIp6Prefix &aPrefix) const { return CmdLineParser::ParseAsIp6Prefix(mStr… in ParseAsIp6Prefix()
685 template <> inline otError Arg::ParseAs(otIp6Prefix &aValue) const { return ParseAsIp6Prefix(aValue… in ParseAs()
Dparse_cmdline.cpp220 Error ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix) in ParseAsIp6Prefix()
/openthread-3.7.0/include/openthread/platform/
Dinfra_if.h163 const otIp6Prefix *aIp6Prefix);
/openthread-3.7.0/src/posix/platform/
Dfirewall.cpp88 otIp6Prefix prefix; in UpdateIpSets()
Dnetif.cpp204 static otIp6Prefix sAddedOmrRoutes[kMaxOmrRoutesNum];
211 static otIp6Prefix sAddedExternalRoutes[kMaxExternalRoutesNum];
429 otIp6Prefix addressPrefix{*aAddressInfo.mAddress, aAddressInfo.mPrefixLength}; in IsOmrAddress()
740 static otError AddRoute(const otIp6Prefix &aPrefix, uint32_t aPriority) in AddRoute()
745 static otError DeleteRoute(const otIp6Prefix &aPrefix) in DeleteRoute()
752 static bool HasAddedOmrRoute(const otIp6Prefix &aOmrPrefix) in HasAddedOmrRoute()
768 static otError AddOmrRoute(const otIp6Prefix &aPrefix) in AddOmrRoute()
831 static otError AddExternalRoute(const otIp6Prefix &aPrefix) in AddExternalRoute()
842 bool HasExternalRouteInNetData(otInstance *aInstance, const otIp6Prefix &aExternalRoute) in HasExternalRouteInNetData()
859 bool HasAddedExternalRoute(const otIp6Prefix &aExternalRoute) in HasAddedExternalRoute()
Dinfra_if.cpp681 otIp6Prefix prefix = {}; in DiscoverNat64PrefixDone()
/openthread-3.7.0/src/core/border_router/
Dinfra_if.cpp196 const otIp6Prefix *aIp6Prefix) in otPlatInfraIfDiscoverNat64PrefixDone()
Drouting_manager.hpp1225 static const otIp6Prefix kUlaPrefix;

12