Home
last modified time | relevance | path

Searched defs:aDestination (Results 1 – 18 of 18) sorted by relevance

/external/openthread/src/core/api/
Dlink_metrics_api.cpp46 const otIp6Address * aDestination, in otLinkMetricsQuery()
61 const otIp6Address * aDestination, in otLinkMetricsConfigForwardTrackingSeries()
80 const otIp6Address * aDestination, in otLinkMetricsConfigEnhAckProbing()
100 const otIp6Address *aDestination, in otLinkMetricsSendLinkProbe()
Dnetdiag_api.cpp53 const otIp6Address * aDestination, in otThreadSendDiagnosticGet()
64 const otIp6Address *aDestination, in otThreadSendDiagnosticReset()
Dthread_ftd_api.cpp348 otIp6Address * aDestination, in otThreadSendAddressNotification()
/external/openthread/src/core/net/
Dchecksum.cpp94 const Ip6::Address &aDestination, in Calculate()
120 const Ip4::Address &aDestination, in Calculate()
159 const Ip6::Address &aDestination, in UpdateMessageChecksum()
194 const Ip4::Address &aDestination, in UpdateMessageChecksum()
Dip6_headers.hpp321 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
Dip4_types.hpp461 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
/external/openthread/src/core/thread/
Dlink_metrics.cpp112 Error LinkMetrics::Query(const Ip6::Address &aDestination, uint8_t aSeriesId, const Metrics *aMetri… in Query()
139 Error LinkMetrics::SendMgmtRequestForwardTrackingSeries(const Ip6::Address & aDestination, in SendMgmtRequestForwardTrackingSeries()
180 Error LinkMetrics::SendMgmtRequestEnhAckProbing(const Ip6::Address &aDestination, in SendMgmtRequestEnhAckProbing()
223 Error LinkMetrics::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t aLeng… in SendLinkProbe()
627 Error LinkMetrics::SendLinkMetricsQuery(const Ip6::Address &aDestination, in SendLinkMetricsQuery()
747 Neighbor *LinkMetrics::GetNeighborFromLinkLocalAddr(const Ip6::Address &aDestination) in GetNeighborFromLinkLocalAddr()
Dthread_netif.cpp126 Error ThreadNetif::RouteLookup(const Ip6::Address &aSource, const Ip6::Address &aDestination, uint8… in RouteLookup()
Dnetwork_data_leader.cpp233 const Ip6::Address &aDestination, in RouteLookup()
263 const Ip6::Address &aDestination, in ExternalRouteLookup()
Dmle.cpp1654 void Mle::RemoveDelayedDataRequestMessage(const Ip6::Address &aDestination) in RemoveDelayedDataRequestMessage()
1659 …layedMessage(Message::SubType aSubType, MessageType aMessageType, const Ip6::Address *aDestination) in RemoveDelayedMessage()
1798 Error Mle::SendDataRequest(const Ip6::Address &aDestination, in SendDataRequest()
2141 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce()
2205 Error Mle::SendLinkMetricsManagementResponse(const Ip6::Address &aDestination, LinkMetrics::Status … in SendLinkMetricsManagementResponse()
2232 Error Mle::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_… in SendLinkProbe()
4280 Error Mle::SendLinkMetricsManagementRequest(const Ip6::Address &aDestination, const uint8_t *aSubTl… in SendLinkMetricsManagementRequest()
4831 Error Mle::TxMessage::SendTo(const Ip6::Address &aDestination) in SendTo()
4870 Error Mle::TxMessage::SendAfterDelay(const Ip6::Address &aDestination, uint16_t aDelay) in SendAfterDelay()
Dnetwork_diagnostic.cpp76 Error NetworkDiagnostic::SendDiagnosticGet(const Ip6::Address & aDestination, in SendDiagnosticGet()
543 Error NetworkDiagnostic::SendDiagnosticReset(const Ip6::Address &aDestination, in SendDiagnosticReset()
Daddress_resolver.cpp673 const Ip6::Address * aDestination) in SendAddressError()
854 const Ip6::Address & aDestination) in SendAddressQueryResponse()
Dmle_router.cpp3070 Error MleRouter::SendDiscoveryResponse(const Ip6::Address &aDestination, const Message &aDiscoverRe… in SendDiscoveryResponse()
3399 void MleRouter::SendDataResponse(const Ip6::Address &aDestination, in SendDataResponse()
3565 uint16_t MleRouter::GetNextHop(uint16_t aDestination) in GetNextHop()
Dlowpan.cpp1149 void MeshHeader::Init(uint16_t aSource, uint16_t aDestination, uint8_t aHopsLeft) in Init()
/external/openthread/tests/unit/
Dtest_lowpan.hpp126 const char *aDestination) in SetIpHeader()
152 const char *aDestination) in SetIpTunneledHeader()
184 void SetUDPHeader(uint16_t aSource, uint16_t aDestination, uint16_t aLength, uint16_t aChecksum) in SetUDPHeader()
Dtest_checksum.cpp74 const Ip6::Address &aDestination, in CalculateChecksum()
113 const Ip4::Address &aDestination, in CalculateChecksum()
/external/openthread/src/core/border_router/
Dinfra_if.cpp89 Error InfraIf::Send(const Icmp6Packet &aPacket, const Ip6::Address &aDestination) in Send()
/external/openthread/src/core/coap/
Dcoap_message.cpp82 Error Message::InitAsPost(const Ip6::Address &aDestination, const char *aUriPath) in InitAsPost()