Home
last modified time | relevance | path

Searched refs:GetEchoSequence (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dicmp6.hpp320 uint16_t GetEchoSequence(void) const { return mEchoSequence; } in GetEchoSequence() function in ot::Ip6::Icmp
/openthread-latest/src/core/utils/
Dping_sender.cpp143 mTargetEchoSequence = Get<Ip6::Icmp>().GetEchoSequence(); in SendPing()