Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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_ififace
 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.
 

Detailed Description

ICMP context structure.

Field Documentation

◆ code

uint8_t net_icmp_ctx::code

ICMP code of the response type we are waiting.

◆ handler

net_icmp_handler_t net_icmp_ctx::handler

ICMP response handler.

◆ iface

struct net_if* net_icmp_ctx::iface

Network interface where the ICMP request was sent.

◆ node

sys_snode_t net_icmp_ctx::node

List node.

◆ type

uint8_t net_icmp_ctx::type

ICMP type of the response we are waiting.

◆ user_data

void* net_icmp_ctx::user_data

Opaque user supplied data.


The documentation for this struct was generated from the following file: