/openthread-latest/src/core/api/ |
D | link_metrics_api.cpp | 43 const otIp6Address *aDestination, in otLinkMetricsQuery() 56 const otIp6Address *aDestination, in otLinkMetricsConfigForwardTrackingSeries() 72 const otIp6Address *aDestination, in otLinkMetricsConfigEnhAckProbing() 90 const otIp6Address *aDestination, in otLinkMetricsSendLinkProbe()
|
D | netdiag_api.cpp | 53 const otIp6Address *aDestination, in otThreadSendDiagnosticGet() 64 const otIp6Address *aDestination, in otThreadSendDiagnosticReset()
|
D | thread_ftd_api.cpp | 333 otIp6Address *aDestination, in otThreadSendAddressNotification()
|
/openthread-latest/src/core/net/ |
D | checksum.cpp | 98 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()
|
D | ip4_types.hpp | 470 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
|
D | ip6_headers.hpp | 292 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
|
/openthread-latest/tests/unit/ |
D | test_lowpan.hpp | 119 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()
|
D | test_checksum.cpp | 77 const Ip6::Address &aDestination, in CalculateChecksum() 116 const Ip4::Address &aDestination, in CalculateChecksum()
|
/openthread-latest/src/core/thread/ |
D | network_diagnostic.cpp | 92 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()
|
D | link_metrics.cpp | 60 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()
|
D | mle.cpp | 1819 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 …]
|
D | address_resolver.cpp | 721 const Ip6::Address *aDestination) in SendAddressError() 895 const Ip6::Address &aDestination) in SendAddressQueryResponse()
|
D | network_data_leader.cpp | 274 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
|
D | mle_router.cpp | 554 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()
|
D | lowpan.cpp | 1073 void MeshHeader::Init(uint16_t aSource, uint16_t aDestination, uint8_t aHopsLeft) in Init()
|
/openthread-latest/src/core/coap/ |
D | coap_message.cpp | 75 Error Message::InitAsPost(const Ip6::Address &aDestination, Uri aUri) in InitAsPost()
|