Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dicmp6.h143 OT_ICMP6_ECHO_HANDLER_DISABLED = 0, ///< ICMPv6 Echo processing disabled enumerator
/openthread-3.6.0/src/core/net/
Dicmp6.cpp162 case OT_ICMP6_ECHO_HANDLER_DISABLED: in ShouldHandleEchoRequest()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp1987 return mEncoder.WriteBool(otIcmp6GetEchoMode(mInstance) != OT_ICMP6_ECHO_HANDLER_DISABLED); in HandlePropertyGet()
1997 …tIcmp6SetEchoMode(mInstance, enabled ? OT_ICMP6_ECHO_HANDLER_ALL : OT_ICMP6_ECHO_HANDLER_DISABLED); in HandlePropertySet()
2063 case OT_ICMP6_ECHO_HANDLER_DISABLED: in HandlePropertyGet()
2083 otIcmp6EchoMode mode = OT_ICMP6_ECHO_HANDLER_DISABLED; in HandlePropertySet()
2091 mode = OT_ICMP6_ECHO_HANDLER_DISABLED; in HandlePropertySet()
Dncp_base.cpp343 otIcmp6SetEchoMode(mInstance, OT_ICMP6_ECHO_HANDLER_DISABLED); in NcpBase()
/openthread-3.6.0/src/posix/platform/
Dnetif.cpp2169 otIcmp6SetEchoMode(gInstance, OT_ICMP6_ECHO_HANDLER_DISABLED);