Lines Matching full:echo
11 * @defgroup icmp Send and receive IPv4 or IPv6 ICMP Echo Request messages.
33 #define NET_ICMPV4_ECHO_REQUEST 8 /**< ICMPv4 Echo-Request */
34 #define NET_ICMPV4_ECHO_REPLY 0 /**< ICMPv4 Echo-Reply */
35 #define NET_ICMPV6_ECHO_REQUEST 128 /**< ICMPv6 Echo-Request */
36 #define NET_ICMPV6_ECHO_REPLY 129 /**< ICMPv6 Echo-Reply */
60 * @brief Handler function that is called when an Echo-Request is sent
69 * @param params Echo-Request specific parameters. May be NULL in which case
121 * Echo-Request (ping) messages.
124 /** An identifier to aid in matching Echo Replies to this Echo Request.
129 /** A sequence number to aid in matching Echo Replies to this
130 * Echo Request. May be zero.
142 /** Arbitrary payload data that will be included in the Echo Reply
176 * @brief Send ICMP echo request message.
182 * @param params Echo-Request specific parameters. May be NULL in which case
195 * @brief Send ICMP echo request message without waiting during send.
197 * @details This function can be used to send ICMP Echo-Request from a system
206 * @param params Echo-Request specific parameters. May be NULL in which case
240 * @brief Register a handler function that is called when an Echo-Request