Home
last modified time | relevance | path

Searched defs:aDest (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp263 uint8_t otMacFrameGenerateCslIeTemplate(uint8_t *aDest) in otMacFrameGenerateCslIeTemplate()
275 uint8_t otMacFrameGenerateEnhAckProbingIe(uint8_t *aDest, const uint8_t *aIeData, uint8_t aIeDataLe… in otMacFrameGenerateEnhAckProbingIe()
/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp127 Error DataPollSender::GetPollDestinationAddress(Mac::Address &aDest, Mac::RadioType &aRadioType) co… in GetPollDestinationAddress()
Dmac_frame.cpp1472 Error TxFrame::GenerateWakeupFrame(PanId aPanId, const Address &aDest, const Address &aSource) in GenerateWakeupFrame()
/openthread-latest/src/core/radio/
Dtrel_packet.hpp197 void SetDestination(const Mac::ExtAddress &aDest) { mDestination = aDest; } in SetDestination()
/openthread-latest/src/cli/
Dcli_srp_client.cpp45 static otError CopyString(char *aDest, uint16_t aDestSize, const char *aSource) in CopyString()
/openthread-latest/src/lib/spinel/
Dlogger.cpp111 uint32_t Logger::Snprintf(char *aDest, uint32_t aSize, const char *aFormat, ...) in Snprintf()
/openthread-latest/src/core/thread/
Daddress_resolver.cpp367 …ddressResolver::UpdateSnoopedCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16, uint16_t aDest) in UpdateSnoopedCacheEntry()
/openthread-latest/src/core/net/
Dmdns.cpp3467 const AddressInfo &aDest, in EntryContext()