Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dicmp6.h136 OT_ICMP6_ECHO_HANDLER_DISABLED = 0, ///< ICMPv6 Echo processing disabled enumerator
/openthread-latest/src/core/net/
Dicmp6.cpp155 case OT_ICMP6_ECHO_HANDLER_DISABLED: in ShouldHandleEchoRequest()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2079 return mEncoder.WriteBool(otIcmp6GetEchoMode(mInstance) != OT_ICMP6_ECHO_HANDLER_DISABLED); in HandlePropertyGet()
2089 …tIcmp6SetEchoMode(mInstance, enabled ? OT_ICMP6_ECHO_HANDLER_ALL : OT_ICMP6_ECHO_HANDLER_DISABLED); in HandlePropertySet()
2155 case OT_ICMP6_ECHO_HANDLER_DISABLED: in HandlePropertyGet()
2178 otIcmp6EchoMode mode = OT_ICMP6_ECHO_HANDLER_DISABLED; in HandlePropertySet()
2186 mode = OT_ICMP6_ECHO_HANDLER_DISABLED; in HandlePropertySet()
/openthread-latest/src/posix/platform/
Dnetif.cpp2268 otIcmp6SetEchoMode(gInstance, OT_ICMP6_ECHO_HANDLER_DISABLED);