Lines Matching full:request

11  * @defgroup icmp Send and receive IPv4 or IPv6 ICMP Echo Request messages.
33 #define NET_ICMPV4_ECHO_REQUEST 8 /**< ICMPv4 Echo-Request */
35 #define NET_ICMPV6_ECHO_REQUEST 128 /**< ICMPv6 Echo-Request */
60 * @brief Handler function that is called when an Echo-Request is sent
62 * device driver so that it can catch the ping request and send
65 * @param ctx ICMP context used in this request.
69 * @param params Echo-Request specific parameters. May be NULL in which case
90 /** Network interface where the ICMP request was sent */
121 * Echo-Request (ping) messages.
124 /** An identifier to aid in matching Echo Replies to this Echo Request.
130 * Echo Request. May be zero.
159 * @param ctx ICMP context used in this request.
171 * @param ctx ICMP context used in this request.
176 * @brief Send ICMP echo request message.
178 * @param ctx ICMP context used in this request.
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
202 * @param ctx ICMP context used in this request.
206 * @param params Echo-Request specific parameters. May be NULL in which case
227 * This means that one offloaded ping request/response can be going
240 * @brief Register a handler function that is called when an Echo-Request
247 * @param ping_handler Function to be called when offloaded ping request is done.
270 * @param ctx ICMP offload context used in this request.