Home
last modified time | relevance | path

Searched refs:mSenderAddress (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dping_sender.h62 …otIp6Address mSenderAddress; ///< Sender IPv6 address (address from which ping reply was received… member
/openthread-latest/src/cli/
Dcli_ping.cpp211 OutputIp6Address(aReply->mSenderAddress); in HandlePingReply()
/openthread-latest/src/core/utils/
Dping_sender.cpp202 reply.mSenderAddress = aMessageInfo.GetPeerAddr(); in HandleIcmpReceive()
/openthread-latest/src/core/net/
Dmdns.hpp1312 const AddressInfo &GetSenderAddress(void) const { return mSenderAddress; } in GetSenderAddress()
1364 AddressInfo mSenderAddress; member in ot::Dns::Multicast::Core::RxMessage
Dmdns.cpp3512 mSenderAddress = aSenderAddress; in Init()
4016 …EntryContext context(GetInstance(), responseType, mSenderAddress, mIsLegacyUnicast ? mQueryId :… in SendUnicastResponse()