/openthread-3.7.0/include/openthread/ |
D | border_routing.h | 117 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,
|
D | ip6.h | 154 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);
|
D | netdata_publisher.h | 94 const otIp6Prefix *aPrefix, 273 const otIp6Prefix *aPrefix, 289 bool otNetDataIsPrefixAdded(otInstance *aInstance, const otIp6Prefix *aPrefix); 320 otError otNetDataUnpublishPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix);
|
D | netdata.h | 61 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);
|
D | border_router.h | 94 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix); 139 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix);
|
D | backbone_router_ftd.h | 420 … const otIp6Prefix *aDomainPrefix);
|
/openthread-3.7.0/src/core/api/ |
D | border_routing_api.cpp | 100 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()
|
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 | ip6_api.cpp | 191 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()
|
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 | netdata_api.cpp | 77 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix()
|
/openthread-3.7.0/src/cli/ |
D | cli_br.cpp | 209 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()
|
D | cli_utils.hpp | 397 void OutputIp6Prefix(const otIp6Prefix &aPrefix); 405 void OutputIp6PrefixLine(const otIp6Prefix &aPrefix);
|
D | cli_network_data.cpp | 386 otIp6Prefix prefix; in Process() 437 otIp6Prefix prefix; in Process()
|
D | cli_utils.cpp | 178 void Utils::OutputIp6Prefix(const otIp6Prefix &aPrefix) in OutputIp6Prefix() 187 void Utils::OutputIp6PrefixLine(const otIp6Prefix &aPrefix) in OutputIp6PrefixLine()
|
/openthread-3.7.0/src/core/net/ |
D | dhcp6_client.hpp | 117 void AddIdentityAssociation(uint16_t aRloc16, otIp6Prefix &aIp6Prefix); 118 void RemoveIdentityAssociation(uint16_t aRloc16, otIp6Prefix &aIp6Prefix);
|
D | ip6_address.hpp | 94 class Prefix : public otIp6Prefix, public Clearable<Prefix>, public Unequatable<Prefix> 1080 DefineCoreType(otIp6Prefix, Ip6::Prefix);
|
/openthread-3.7.0/src/core/utils/ |
D | parse_cmdline.hpp | 211 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()
|
D | parse_cmdline.cpp | 220 Error ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix) in ParseAsIp6Prefix()
|
/openthread-3.7.0/include/openthread/platform/ |
D | infra_if.h | 163 const otIp6Prefix *aIp6Prefix);
|
/openthread-3.7.0/src/posix/platform/ |
D | firewall.cpp | 88 otIp6Prefix prefix; in UpdateIpSets()
|
D | netif.cpp | 204 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()
|
D | infra_if.cpp | 681 otIp6Prefix prefix = {}; in DiscoverNat64PrefixDone()
|
/openthread-3.7.0/src/core/border_router/ |
D | infra_if.cpp | 196 const otIp6Prefix *aIp6Prefix) in otPlatInfraIfDiscoverNat64PrefixDone()
|
D | routing_manager.hpp | 1225 static const otIp6Prefix kUlaPrefix;
|