Home
last modified time | relevance | path

Searched refs:EmitPingRequest (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/utils/
Dotns.hpp98 static void EmitPingRequest(const Ip6::Address &aPeerAddress,
Dotns.cpp56 void Otns::EmitPingRequest(const Ip6::Address &aPeerAddress, in EmitPingRequest() function in ot::Utils::Otns
Dping_sender.cpp148 …Get<Utils::Otns>().EmitPingRequest(mConfig.GetDestination(), mConfig.mSize, now.GetValue(), mConfi… in SendPing()