Home
last modified time | relevance | path

Searched refs:otIp6Address (Results 1 – 25 of 95) sorted by relevance

1234

/openthread-latest/include/openthread/
Dip6.h122 struct otIp6Address struct
136 typedef struct otIp6Address otIp6Address; argument
146 otIp6Address mPrefix; ///< The IPv6 prefix.
171 otIp6Address mAddress; ///< The IPv6 unicast address.
189 otIp6Address mAddress; ///< The IPv6 multicast address.
198 otIp6Address mAddress; ///< An IPv6 address.
218 otIp6Address mSockAddr; ///< The local IPv6 address.
219 otIp6Address mPeerAddr; ///< The peer IPv6 address.
296 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress);
316 bool otIp6HasUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress);
[all …]
Dlink_metrics.h111 typedef void (*otLinkMetricsReportCallback)(const otIp6Address *aSource,
122 typedef void (*otLinkMetricsMgmtResponseCallback)(const otIp6Address *aSource,
157 const otIp6Address *aDestination,
183 const otIp6Address *aDestination,
211 const otIp6Address *aDestination,
234 const otIp6Address *aDestination,
Dthread.h386 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc);
477 const otIp6Address *otThreadGetRloc(otInstance *aInstance);
486 const otIp6Address *otThreadGetMeshLocalEid(otInstance *aInstance);
521 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance);
537 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance);
553 const otIp6Address *otThreadGetRealmLocalAllThreadNodesMulticastAddress(otInstance *aInstance);
565 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo…
1017 const otIp6Address *aMeshLocalAddress,
1037 const otIp6Address *aAnycastAddress,
1063 otIp6Address *aDestination,
[all …]
Dbackbone_router_ftd.h231 … const otIp6Address *aAddress);
278 otError otBackboneRouterMulticastListenerAdd(otInstance *aInstance, const otIp6Address *aAddress, u…
290 otIp6Address mAddress; // Multicast Listener address.
336 const otIp6Address *aDua);
370 const otIp6Address *aDua,
Dnat64.h164 otIp6Address mIp6; ///< The IPv6 address of the mapping.
405 void otIp4ExtractFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Addres…
419 otError otIp4FromIp4MappedIp6Address(const otIp6Address *aIp6Address, otIp4Address *aIp4Address);
427 void otIp4ToIp4MappedIp6Address(const otIp4Address *aIp4Address, otIp6Address *aIp6Address);
495 …esizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Address *aIp6Address);
Dping_sender.h62otIp6Address mSenderAddress; ///< Sender IPv6 address (address from which ping reply was received…
104 otIp6Address mSource; ///< Source address of the ping.
105 otIp6Address mDestination; ///< Destination address to ping.
Ddns_client.h300 otIp6Address *aAddress,
338 otIp6Address mHostAddress; ///< The host IPv6 address. Set to all zero if not available.
466 otIp6Address *aAddress,
646 otIp6Address *aAddress,
Dnetdiag.h218 otIp6Address mList[OT_NETWORK_BASE_TLV_MAX_LENGTH / sizeof(otIp6Address)];
285 const otIp6Address *aDestination,
305 const otIp6Address *aDestination,
Dcommissioner.h337 const otIp6Address *aAddress);
375 const otIp6Address *aAddress,
407 const otIp6Address *aAddress,
Ddnssd_server.h113 const otIp6Address *mAddresses; ///< Host IPv6 addresses.
128 const otIp6Address *mAddresses; ///< Host IPv6 addresses.
/openthread-latest/src/posix/platform/
Dip6_utils.hpp53 inline bool IsIp6AddressLinkLocal(const otIp6Address &aAddress) in IsIp6AddressLinkLocal()
66 inline bool IsIp6AddressMulticast(const otIp6Address &aAddress) { return (aAddress.mFields.m8[0] ==… in IsIp6AddressMulticast()
76 inline bool IsIp6AddressUnspecified(const otIp6Address &aAddress) { return otIp6IsAddressUnspecifie… in IsIp6AddressUnspecified()
84 inline void CopyIp6AddressTo(const otIp6Address &aAddress, void *aBuffer) in CopyIp6AddressTo()
86 memcpy(aBuffer, &aAddress, sizeof(otIp6Address)); in CopyIp6AddressTo()
95 inline void ReadIp6AddressFrom(const void *aBuffer, otIp6Address &aAddress) in ReadIp6AddressFrom()
97 memcpy(&aAddress, aBuffer, sizeof(otIp6Address)); in ReadIp6AddressFrom()
/openthread-latest/src/cli/
Dcli_link_metrics.hpp87 static void HandleLinkMetricsReport(const otIp6Address *aAddress,
92 void HandleLinkMetricsReport(const otIp6Address *aAddress,
96 … static void HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse(const otIp6Address *aAddress,
99 … void HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse(const otIp6Address *aAddress,
101 static void HandleLinkMetricsConfigEnhAckProbingMgmtResponse(const otIp6Address *aAddress,
104 …void HandleLinkMetricsConfigEnhAckProbingMgmtResponse(const otIp6Address *aAddress, otLinkMetricsS…
105 void HandleLinkMetricsMgmtResponse(const otIp6Address *aAddress, otLinkMetricsStatus aStatus);
Dcli_link_metrics.cpp65 otIp6Address address; in Process()
158 otIp6Address address; in Process()
365 otIp6Address address; in Process()
446 void LinkMetrics::HandleLinkMetricsReport(const otIp6Address *aAddress, in HandleLinkMetricsReport()
479 void LinkMetrics::HandleLinkMetricsReport(const otIp6Address *aAddress, in HandleLinkMetricsReport()
502 void LinkMetrics::HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse(const otIp6Address *aAdd… in HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse()
509 void LinkMetrics::HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse(const otIp6Address *aAdd… in HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse()
521 void LinkMetrics::HandleLinkMetricsConfigEnhAckProbingMgmtResponse(const otIp6Address *aAddress, in HandleLinkMetricsConfigEnhAckProbingMgmtResponse()
528 void LinkMetrics::HandleLinkMetricsConfigEnhAckProbingMgmtResponse(const otIp6Address *aAddress, in HandleLinkMetricsConfigEnhAckProbingMgmtResponse()
540 void LinkMetrics::HandleLinkMetricsMgmtResponse(const otIp6Address *aAddress, otLinkMetricsStatus a… in HandleLinkMetricsMgmtResponse()
Dcli.hpp231 const otIp6Address *aMeshLocalAddress,
233 …void HandleLocateResult(otError aError, const otIp6Address *aMeshLocalAddress, uint16_t aRl…
239 const otIp6Address *aFailedAddresses,
243 const otIp6Address *aFailedAddresses,
/openthread-latest/examples/platforms/simulation/
Dinfra_if.c61 otIp6Address mSrc;
62 otIp6Address mDst;
68 static otIp6Address sIp6Address;
69 static otIp6Address sLinkLocalAllNodes;
70 static otIp6Address sLinkLocalAllRouters;
78 static bool addressesMatch(const otIp6Address *aFirstAddr, const otIp6Address *aSecondAddr) in addressesMatch()
80 return memcmp(aFirstAddr, aSecondAddr, sizeof(otIp6Address)) == 0; in addressesMatch()
175 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
183 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd()
325 const otIp6Address *aSrcAddress, in otPlatInfraIfRecvIcmp6Nd()
/openthread-latest/src/core/api/
Dip6_api.cpp71 bool otIp6HasUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6HasUnicastAddress()
81 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6RemoveUnicastAddress()
91 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6SubscribeMulticastAddress()
96 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6UnsubscribeMulticastAddress()
169 bool otIp6IsAddressEqual(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6IsAddressEqual()
179 otError otIp6AddressFromString(const char *aString, otIp6Address *aAddress) in otIp6AddressFromString()
189 void otIp6AddressToString(const otIp6Address *aAddress, char *aBuffer, uint16_t aSize) in otIp6AddressToString()
210 uint8_t otIp6PrefixMatch(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6PrefixMatch()
215 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix) in otIp6GetPrefix()
220 bool otIp6IsAddressUnspecified(const otIp6Address *aAddress) { return AsCoreType(aAddress).IsUnspec… in otIp6IsAddressUnspecified()
[all …]
Dlink_metrics_api.cpp43 const otIp6Address *aDestination, in otLinkMetricsQuery()
56 const otIp6Address *aDestination, in otLinkMetricsConfigForwardTrackingSeries()
72 const otIp6Address *aDestination, in otLinkMetricsConfigEnhAckProbing()
90 const otIp6Address *aDestination, in otLinkMetricsSendLinkProbe()
Dnat64_api.cpp131 void otIp4ExtractFromIp6Address(uint8_t aPrefixLength, const otIp6Address *aIp6Address, otIp4Addres… in otIp4ExtractFromIp6Address()
136 otError otIp4FromIp4MappedIp6Address(const otIp6Address *aIp6Address, otIp4Address *aIp4Address) in otIp4FromIp4MappedIp6Address()
141 void otIp4ToIp4MappedIp6Address(const otIp4Address *aIp4Address, otIp6Address *aIp6Address) in otIp4ToIp4MappedIp6Address()
152 …hesizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Address *aIp6Address) in otNat64SynthesizeIp6Address()
Dthread_api.cpp74 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc) in otThreadGetLeaderRloc()
146 const otIp6Address *otThreadGetRloc(otInstance *aInstance) in otThreadGetRloc()
151 const otIp6Address *otThreadGetMeshLocalEid(otInstance *aInstance) in otThreadGetMeshLocalEid()
175 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance) in otThreadGetLinkLocalIp6Address()
180 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance) in otThreadGetLinkLocalAllThreadNodesMulticastAddress()
185 const otIp6Address *otThreadGetRealmLocalAllThreadNodesMulticastAddress(otInstance *aInstance) in otThreadGetRealmLocalAllThreadNodesMulticastAddress()
190 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo… in otThreadGetServiceAloc()
496 const otIp6Address *aAnycastAddress, in otThreadLocateAnycastDestination()
/openthread-latest/src/ncp/
Dncp_base.hpp227 bool InfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress);
245 const otIp6Address *aDestAddress,
494 static void HandleLinkMetricsReport_Jump(const otIp6Address *aSource,
499 void HandleLinkMetricsReport(const otIp6Address *aSource,
503 static void HandleLinkMetricsMgmtResponse_Jump(const otIp6Address *aSource,
507 void HandleLinkMetricsMgmtResponse(const otIp6Address *aSource, otLinkMetricsStatus aStatus);
522 const otIp6Address *aFailedAddresses,
526 const otIp6Address *aFailedAddresses,
534 const otIp6Address **aDestIpAddress = nullptr,
553 otIp6Address *aPeerAddr,
[all …]
/openthread-latest/include/openthread/platform/
Dinfra_if.h76 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress);
96 const otIp6Address *aDestAddress,
117 const otIp6Address *aSrcAddress,
Dudp.h123 const otIp6Address *aAddress);
139 const otIp6Address *aAddress);
/openthread-latest/tests/unit/
Dtest_multicast_listeners_table.cpp49 static const otIp6Address MA201 = {
51 static const otIp6Address MA301 = {
53 static const otIp6Address MA401 = {
55 static const otIp6Address MA501 = {
174 VerifyOrQuit(memcmp(&info.mAddress, &MA401, sizeof(otIp6Address)) == 0, "bad address"); in testMulticastListenersTableAPIs()
Dtest_ncp_infra_if.cpp49 const otIp6Address *aAddrs, in GenerateSpinelInfraIfStateFrame()
86 const otIp6Address infraIfAddresses[] = { in TestNcpInfraIfSetUp()
119 const otIp6Address infraIfAddresses[] = { in TestNcpInfraIfUpdate()
/openthread-latest/src/ncp/platform/
Dinfra_if.cpp34 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
40 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd()

1234