| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
ICMP offload context structure. More...
#include <icmp.h>
Data Fields | |
| sys_snode_t | node | 
| List node.   | |
| net_icmp_handler_t | handler | 
| ICMP response handler.   | |
| net_icmp_offload_ping_handler_t | ping_handler | 
| ICMP offloaded ping handler.   | |
| struct net_if * | iface | 
| Offloaded network interface.   | |
ICMP offload context structure.
| net_icmp_handler_t net_icmp_offload::handler | 
ICMP response handler.
Currently there is only one handler. This means that one offloaded ping request/response can be going on at the same time.
| struct net_if* net_icmp_offload::iface | 
Offloaded network interface.
| sys_snode_t net_icmp_offload::node | 
List node.
| net_icmp_offload_ping_handler_t net_icmp_offload::ping_handler | 
ICMP offloaded ping handler.