Home
last modified time | relevance | path

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

123

/openthread-2.7.6/include/openthread/
Dip6.h127 struct otIp6Address struct
142 typedef struct otIp6Address otIp6Address; typedef
151 otIp6Address mPrefix; ///< The IPv6 prefix.
179 otIp6Address mAddress; ///< The IPv6 unicast address.
196 otIp6Address mAddress; ///< The IPv6 multicast address.
206 otIp6Address mAddress; ///< An IPv6 address.
228 otIp6Address mSockAddr; ///< The local IPv6 address.
229 otIp6Address mPeerAddr; ///< The peer IPv6 address.
310 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress);
338 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress);
[all …]
Dlink_metrics.h119 typedef void (*otLinkMetricsReportCallback)(const otIp6Address * aSource,
131 typedef void (*otLinkMetricsMgmtResponseCallback)(const otIp6Address *aSource, uint8_t aStatus, voi…
166 const otIp6Address * aDestination,
193 const otIp6Address * aDestination,
222 const otIp6Address * aDestination,
246 const otIp6Address *aDestination,
Dthread.h355 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc);
421 const otIp6Address *otThreadGetRloc(otInstance *aInstance);
431 const otIp6Address *otThreadGetMeshLocalEid(otInstance *aInstance);
469 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance);
486 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance);
503 const otIp6Address *otThreadGetRealmLocalAllThreadNodesMulticastAddress(otInstance *aInstance);
515 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo…
908 otIp6Address * aDestination,
909 otIp6Address * aTarget,
927 otIp6Address * aTarget,
Dbackbone_router_ftd.h228 … const otIp6Address * aAddress);
274 otError otBackboneRouterMulticastListenerAdd(otInstance *aInstance, const otIp6Address *aAddress, u…
287 otIp6Address mAddress; // Multicast Listener address.
336 const otIp6Address * aDua);
373 const otIp6Address * aDua,
Dping_sender.h64otIp6Address mSenderAddress; ///< Sender IPv6 address (address from which ping reply was received…
110 otIp6Address mSource; ///< Source address of the ping.
111 otIp6Address mDestination; ///< Destination address to ping.
Ddns_client.h249 otIp6Address * aAddress,
290 otIp6Address mHostAddress; ///< The host IPv6 address. Set to all zero if not available.
420 otIp6Address * aAddress,
546 otIp6Address * aAddress,
Dnetdiag.h248 otIp6Address mList[OT_NETWORK_BASE_TLV_MAX_LENGTH / OT_IP6_ADDRESS_SIZE];
315 const otIp6Address * aDestination,
334 const otIp6Address *aDestination,
Ddnssd_server.h118 const otIp6Address *mAddresses; ///< Host IPv6 addresses.
134 const otIp6Address *mAddresses; ///< Host IPv6 addresses.
Dcommissioner.h337 const otIp6Address *aAddress);
377 const otIp6Address * aAddress,
411 const otIp6Address * aAddress,
Dthread_ftd.h101 otIp6Address mTarget; ///< Target EID
107otIp6Address mMeshLocalEid; ///< Mesh Local EID (applicable if entry in cached state).
504 otIp6Address * aAddress);
Dudp.h283 otIp6Address *aPeerAddr,
312 const otIp6Address *aPeerAddr,
Dsrp_client.h78 …const otIp6Address * mAddresses; ///< Pointer to an array of host IPv6 addresses (NULL if not y…
427 otError otSrpClientSetHostAddresses(otInstance *aInstance, const otIp6Address *aIp6Addresses, uint8…
/openthread-2.7.6/include/openthread/platform/
Dtrel-udp6.h70 void otPlatTrelUdp6Init(otInstance *aInstance, const otIp6Address *aUnicastAddress, uint16_t aUdpPo…
82 void otPlatTrelUdp6UpdateAddress(otInstance *aInstance, const otIp6Address *aUnicastAddress);
95 void otPlatTrelUdp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aMulticastA…
112 const otIp6Address *aDestAddress);
Dinfra_if.h58 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress);
79 const otIp6Address *aDestAddress,
101 const otIp6Address *aSrcAddress,
Dudp.h130 const otIp6Address *aAddress);
147 const otIp6Address *aAddress);
/openthread-2.7.6/src/posix/platform/
Dtrel_udp6.cpp78 otIp6Address mDestAddress;
93 static otIp6Address sInterfaceAddress;
145 static void UpdateUnicastAddress(const otIp6Address *aUnicastAddress, bool aToAdd) in UpdateUnicastAddress()
177 rta->rta_len = RTA_LENGTH(sizeof(otIp6Address)); in UpdateUnicastAddress()
179 memcpy(RTA_DATA(rta), aUnicastAddress, sizeof(otIp6Address)); in UpdateUnicastAddress()
189 static void AddUnicastAddress(const otIp6Address *aUnicastAddress) in AddUnicastAddress()
195 static void RemoveUnicastAddress(const otIp6Address *aUnicastAddress) in RemoveUnicastAddress()
203 static void AddUnicastAddress(const otIp6Address *aUnicastAddress) in AddUnicastAddress()
219 memcpy(&ifr6.ifr6_addr, aUnicastAddress, sizeof(otIp6Address)); in AddUnicastAddress()
235 static void RemoveUnicastAddress(const otIp6Address *aUnicastAddress) in RemoveUnicastAddress()
[all …]
/openthread-2.7.6/src/core/api/
Dip6_api.cpp93 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6RemoveUnicastAddress()
107 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6SubscribeMulticastAddress()
114 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6UnsubscribeMulticastAddress()
225 bool otIp6IsAddressEqual(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6IsAddressEqual()
235 otError otIp6AddressFromString(const char *aString, otIp6Address *aAddress) in otIp6AddressFromString()
240 void otIp6AddressToString(const otIp6Address *aAddress, char *aBuffer, uint16_t aSize) in otIp6AddressToString()
255 uint8_t otIp6PrefixMatch(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6PrefixMatch()
262 bool otIp6IsAddressUnspecified(const otIp6Address *aAddress) in otIp6IsAddressUnspecified()
283 const otIp6Address * aAddresses, in otIp6RegisterMulticastListeners()
Dlink_metrics_api.cpp46 const otIp6Address * aDestination, in otLinkMetricsQuery()
62 const otIp6Address * aDestination, in otLinkMetricsConfigForwardTrackingSeries()
82 const otIp6Address * aDestination, in otLinkMetricsConfigEnhAckProbing()
103 const otIp6Address *aDestination, in otLinkMetricsSendLinkProbe()
Dnetdiag_api.cpp53 const otIp6Address * aDestination, in otThreadSendDiagnosticGet()
66 const otIp6Address *aDestination, in otThreadSendDiagnosticReset()
/openthread-2.7.6/examples/platforms/simulation/
Dtrel.c52 otIp6Address mSrcIp6Address;
53 otIp6Address mDestIp6Address;
76 static otIp6Address sUnicastAddress;
77 static otIp6Address sMulticastAddress;
102 static bool ip6AddrsAreEqual(const otIp6Address *aFirst, const otIp6Address *aSecond) in ip6AddrsAreEqual()
104 return (memcmp(aFirst, aSecond, sizeof(otIp6Address)) == 0); in ip6AddrsAreEqual()
214 void otPlatTrelUdp6Init(otInstance *aInstance, const otIp6Address *aUnicastAddress, uint16_t aUdpPo… in otPlatTrelUdp6Init()
227 void otPlatTrelUdp6UpdateAddress(otInstance *aInstance, const otIp6Address *aUnicastAddress) in otPlatTrelUdp6UpdateAddress()
239 void otPlatTrelUdp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aMulticastA… in otPlatTrelUdp6SubscribeMulticastAddress()
254 const otIp6Address *aDestAddress) in otPlatTrelUdp6SendTo()
Dinfra_if.c34 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
43 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd()
/openthread-2.7.6/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 = {
184 VerifyOrQuit(memcmp(&info.mAddress, &MA401, sizeof(otIp6Address)) == 0, "bad address"); in testMulticastListenersTableAPIs()
Dtest_platform.cpp646 void otPlatTrelUdp6Init(otInstance *aInstance, const otIp6Address *aUnicastAddress, uint16_t aUdpPo… in otPlatTrelUdp6Init()
653 void otPlatTrelUdp6UpdateAddress(otInstance *aInstance, const otIp6Address *aUnicastAddress) in otPlatTrelUdp6UpdateAddress()
659 void otPlatTrelUdp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aMulticastA… in otPlatTrelUdp6SubscribeMulticastAddress()
668 const otIp6Address *aDestAddress) in otPlatTrelUdp6SendTo()
715 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
724 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd()
/openthread-2.7.6/src/ncp/
Dncp_base.hpp341 static void HandleLinkMetricsReport_Jump(const otIp6Address * aSource,
346 void HandleLinkMetricsReport(const otIp6Address * aSource,
350 …static void HandleLinkMetricsMgmtResponse_Jump(const otIp6Address *aSource, uint8_t aStatus, void …
352 void HandleLinkMetricsMgmtResponse(const otIp6Address *aSource, uint8_t aStatus);
367 const otIp6Address *aFailedAddresses,
371 const otIp6Address *aFailedAddresses,
379 const otIp6Address ** aDestIpAddress = nullptr,
400 otIp6Address *aPeerAddr,
403 …void HandleUdpForwardStream(otMessage *aMessage, uint16_t aPeerPort, otIp6Address &aPeerAddr, uint…
/openthread-2.7.6/src/core/utils/
Dparse_cmdline.hpp183 otError ParseAsIp6Address(const char *aString, otIp6Address &aAddress);
483 otError ParseAsIp6Address(otIp6Address &aAddress) const in ParseAsIp6Address()
674 template <> inline otError Arg::ParseAs(otIp6Address &aValue) const in ParseAs()

123