Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dicmp6_api.cpp47 AsCoreType(aInstance).Get<Ip6::Icmp>().SetEchoMode(aMode); in otIcmp6SetEchoMode()
/openthread-latest/src/core/net/
Dicmp6.hpp303 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode() function in ot::Ip6::Icmp