Home
last modified time | relevance | path

Searched refs:otIcmp6EchoMode (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dicmp6.h134 typedef enum otIcmp6EchoMode enum
141 } otIcmp6EchoMode; typedef
153 otIcmp6EchoMode otIcmp6GetEchoMode(otInstance *aInstance);
161 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode);
/openthread-latest/src/core/api/
Dicmp6_api.cpp40 otIcmp6EchoMode otIcmp6GetEchoMode(otInstance *aInstance) in otIcmp6GetEchoMode()
45 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode()
/openthread-latest/src/core/net/
Dicmp6.hpp296 otIcmp6EchoMode GetEchoMode(void) const { return mEchoMode; } in GetEchoMode()
303 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode()
328 otIcmp6EchoMode mEchoMode;
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2178 otIcmp6EchoMode mode = OT_ICMP6_ECHO_HANDLER_DISABLED; in HandlePropertySet()