Searched refs:OT_ICMP6_ECHO_HANDLER_DISABLED (Results 1 – 5 of 5) sorted by relevance
143 OT_ICMP6_ECHO_HANDLER_DISABLED = 0, ///< ICMPv6 Echo processing disabled enumerator
162 case OT_ICMP6_ECHO_HANDLER_DISABLED: in ShouldHandleEchoRequest()
1987 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()
343 otIcmp6SetEchoMode(mInstance, OT_ICMP6_ECHO_HANDLER_DISABLED); in NcpBase()
2169 otIcmp6SetEchoMode(gInstance, OT_ICMP6_ECHO_HANDLER_DISABLED);