Lines Matching full:echo
63 OT_ICMP6_TYPE_ECHO_REQUEST = 128, ///< Echo Request
64 OT_ICMP6_TYPE_ECHO_REPLY = 129, ///< Echo Reply
132 * ICMPv6 Echo Reply Modes
136 OT_ICMP6_ECHO_HANDLER_DISABLED = 0, ///< ICMPv6 Echo processing disabled
137 …OT_ICMP6_ECHO_HANDLER_UNICAST_ONLY = 1, ///< ICMPv6 Echo processing enabled only for unicast req…
138 …OT_ICMP6_ECHO_HANDLER_MULTICAST_ONLY = 2, ///< ICMPv6 Echo processing enabled only for multicast r…
139 …OT_ICMP6_ECHO_HANDLER_ALL = 3, ///< ICMPv6 Echo processing enabled for unicast and mult…
140 …OT_ICMP6_ECHO_HANDLER_RLOC_ALOC_ONLY = 4, ///< ICMPv6 Echo processing enabled for RLOC/ALOC destin…
144 * Indicates whether or not ICMPv6 Echo processing is enabled.
148 * @retval OT_ICMP6_ECHO_HANDLER_DISABLED ICMPv6 Echo processing is disabled.
149 …* @retval OT_ICMP6_ECHO_HANDLER_UNICAST_ONLY ICMPv6 Echo processing enabled for unicast request…
150 …* @retval OT_ICMP6_ECHO_HANDLER_MULTICAST_ONLY ICMPv6 Echo processing enabled for multicast reque…
151 …* @retval OT_ICMP6_ECHO_HANDLER_ALL ICMPv6 Echo processing enabled for unicast and mul…
156 * Sets whether or not ICMPv6 Echo processing is enabled.
159 * @param[in] aMode The ICMPv6 Echo processing mode.
176 * Sends an ICMPv6 Echo Request via the Thread interface.
181 * @param[in] aIdentifier An identifier to aid in matching Echo Replies to this Echo Request.