Zephyr API 3.6.99
|
ICMP context structure. More...
#include <icmp.h>
Data Fields | |
sys_snode_t | node |
List node. | |
net_icmp_handler_t | handler |
ICMP response handler. | |
struct net_if * | iface |
Network interface where the ICMP request was sent. | |
void * | user_data |
Opaque user supplied data. | |
uint8_t | type |
ICMP type of the response we are waiting. | |
uint8_t | code |
ICMP code of the response type we are waiting. | |
ICMP context structure.
uint8_t net_icmp_ctx::code |
ICMP code of the response type we are waiting.
net_icmp_handler_t net_icmp_ctx::handler |
ICMP response handler.
struct net_if* net_icmp_ctx::iface |
Network interface where the ICMP request was sent.
sys_snode_t net_icmp_ctx::node |
List node.
uint8_t net_icmp_ctx::type |
ICMP type of the response we are waiting.
void* net_icmp_ctx::user_data |
Opaque user supplied data.