Searched refs:OT_ICMP6_ECHO_HANDLER_DISABLED (Results 1 – 4 of 4) sorted by relevance
136 OT_ICMP6_ECHO_HANDLER_DISABLED = 0, ///< ICMPv6 Echo processing disabled enumerator
155 case OT_ICMP6_ECHO_HANDLER_DISABLED: in ShouldHandleEchoRequest()
2079 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()
2268 otIcmp6SetEchoMode(gInstance, OT_ICMP6_ECHO_HANDLER_DISABLED);