Lines Matching full:echo
85 kTypeEchoRequest = OT_ICMP6_TYPE_ECHO_REQUEST, ///< Echo Request
86 kTypeEchoReply = OT_ICMP6_TYPE_ECHO_REPLY, ///< Echo Reply
159 * Returns the ICMPv6 message ID for Echo Requests and Replies.
166 * Sets the ICMPv6 message ID for Echo Requests and Replies.
173 * Returns the ICMPv6 message sequence for Echo Requests and Replies.
180 * Sets the ICMPv6 message sequence for Echo Requests and Replies.
240 * Sends an ICMPv6 Echo Request message.
242 * @param[in] aMessage A reference to the Echo Request payload.
244 * @param[in] aIdentifier An identifier to aid in matching Echo Replies to this Echo Request.
247 * @retval kErrorNone Successfully enqueued the ICMPv6 Echo Request message.
248 …* @retval kErrorNoBufs Insufficient buffers available to generate an ICMPv6 Echo Request message.
291 * Indicates whether or not ICMPv6 Echo processing is enabled.
293 * @retval TRUE ICMPv6 Echo processing is enabled.
294 * @retval FALSE ICMPv6 Echo processing is disabled.
299 * Sets the ICMPv6 echo mode.
301 * @param[in] aMode The ICMPv6 echo mode.
306 * Indicates whether or not the ICMPv6 Echo Request should be handled.
310 * @retval TRUE if OpenThread should respond with an ICMPv6 Echo Reply.
311 * @retval FALSE if OpenThread should not respond with an ICMPv6 Echo Reply.
316 * Returns the ICMPv6 Echo sequence number.
318 * @returns The sequence number of the next ICMPv6 Echo request.