Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dicmp6_api.cpp45 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode() function
/openthread-latest/include/openthread/
Dicmp6.h161 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode);
/openthread-latest/src/posix/platform/
Dnetif.cpp2266 otIcmp6SetEchoMode(gInstance, OT_ICMP6_ECHO_HANDLER_ALL);
2268 otIcmp6SetEchoMode(gInstance, OT_ICMP6_ECHO_HANDLER_DISABLED);
/openthread-latest/src/ncp/
Dncp_base.cpp361 otIcmp6SetEchoMode(mInstance, OT_ICMP6_ECHO_HANDLER_RLOC_ALOC_ONLY); in NcpBase()
Dncp_base_mtd.cpp2089otIcmp6SetEchoMode(mInstance, enabled ? OT_ICMP6_ECHO_HANDLER_ALL : OT_ICMP6_ECHO_HANDLER_DISABLED… in HandlePropertySet()
2202 otIcmp6SetEchoMode(mInstance, mode); in HandlePropertySet()