Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
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()
Dnetdiag_api.cpp53 const otIp6Address *aDestination, in otThreadSendDiagnosticGet()
64 const otIp6Address *aDestination, in otThreadSendDiagnosticReset()
Dthread_ftd_api.cpp333 otIp6Address *aDestination, in otThreadSendAddressNotification()
/openthread-latest/src/core/net/
Dchecksum.cpp98 const Ip6::Address &aDestination, in Calculate()
124 const Ip4::Address &aDestination, in Calculate()
170 const Ip6::Address &aDestination, in UpdateMessageChecksum()
205 const Ip4::Address &aDestination, in UpdateMessageChecksum()
Dip4_types.hpp470 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
Dip6_headers.hpp292 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
/openthread-latest/tests/unit/
Dtest_lowpan.hpp119 const char *aDestination) in SetIpHeader()
144 const char *aDestination) in SetIpTunneledHeader()
174 void SetUDPHeader(uint16_t aSource, uint16_t aDestination, uint16_t aLength, uint16_t aChecksum) in SetUDPHeader()
Dtest_checksum.cpp77 const Ip6::Address &aDestination, in CalculateChecksum()
116 const Ip4::Address &aDestination, in CalculateChecksum()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp92 void Server::PrepareMessageInfoForDest(const Ip6::Address &aDestination, Tmf::MessageInfo &aMessage… in PrepareMessageInfoForDest() argument
420 void Server::SendAnswer(const Ip6::Address &aDestination, const Message &aRequest) in SendAnswer()
517 void Server::PrepareAndSendAnswers(const Ip6::Address &aDestination, const Message &aRequest) in PrepareAndSendAnswers()
596 void Server::SendNextAnswer(Coap::Message &aAnswer, const Ip6::Address &aDestination) in SendNextAnswer()
864 Error Client::SendDiagnosticGet(const Ip6::Address &aDestination, in SendDiagnosticGet()
892 const Ip6::Address &aDestination, in SendCommand()
978 Error Client::SendDiagnosticReset(const Ip6::Address &aDestination, const uint8_t aTlvTypes[], uint… in SendDiagnosticReset()
Dlink_metrics.cpp60 Error Initiator::Query(const Ip6::Address &aDestination, uint8_t aSeriesId, const Metrics *aMetrics) in Query()
218 Error Initiator::SendMgmtRequestForwardTrackingSeries(const Ip6::Address &aDestination, in SendMgmtRequestForwardTrackingSeries()
250 Error Initiator::SendMgmtRequestEnhAckProbing(const Ip6::Address &aDestination, in SendMgmtRequestEnhAckProbing()
336 Error Initiator::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t aLength) in SendLinkProbe()
381 Error Initiator::FindNeighbor(const Ip6::Address &aDestination, Neighbor *&aNeighbor) in FindNeighbor()
Dmle.cpp1819 Error Mle::SendDataRequest(const Ip6::Address &aDestination) in SendDataRequest()
1847 Error Mle::SendDataRequestForLinkMetricsReport(const Ip6::Address &aDestinatio… in SendDataRequestForLinkMetricsReport()
1855 Error Mle::SendDataRequest(const Ip6::Address &aDestination, in SendDataRequest()
2062 const Ip6::Address &aDestination) in SendChildUpdateResponse()
2148 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce()
2207 Error Mle::SendLinkMetricsManagementResponse(const Ip6::Address &aDestination, LinkMetrics::Status … in SendLinkMetricsManagementResponse()
2234 Error Mle::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_… in SendLinkProbe()
4365 Error Mle::SendLinkMetricsManagementRequest(const Ip6::Address &aDestination, const ot::Tlv &aSubTl… in SendLinkMetricsManagementRequest()
4536 void Mle::DelayedSender::ScheduleDataRequest(const Ip6::Address &aDestination, uint16_t aDelay) in ScheduleDataRequest()
4577 void Mle::DelayedSender::ScheduleAdvertisement(const Ip6::Address &aDestination, uint16_t aDelay) in ScheduleAdvertisement()
[all …]
Daddress_resolver.cpp721 const Ip6::Address *aDestination) in SendAddressError()
895 const Ip6::Address &aDestination) in SendAddressQueryResponse()
Dnetwork_data_leader.cpp274 Error Leader::RouteLookup(const Ip6::Address &aSource, const Ip6::Address &aDestination, uint16_t &… in RouteLookup() argument
373 Error Leader::ExternalRouteLookup(uint8_t aDomainId, const Ip6::Address &aDestination, uint16_t &aR… in ExternalRouteLookup() argument
Dmle_router.cpp554 void MleRouter::SendAdvertisement(const Ip6::Address &aDestination) in SendAdvertisement()
2812 Error MleRouter::SendDiscoveryResponse(const Ip6::Address &aDestination, const DiscoveryResponseInf… in SendDiscoveryResponse()
3161 void MleRouter::SendDataResponse(const Ip6::Address &aDestination, in SendDataResponse()
Dlowpan.cpp1073 void MeshHeader::Init(uint16_t aSource, uint16_t aDestination, uint8_t aHopsLeft) in Init()
/openthread-latest/src/core/coap/
Dcoap_message.cpp75 Error Message::InitAsPost(const Ip6::Address &aDestination, Uri aUri) in InitAsPost()