RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros
icmp_var.h File Reference
#include <netinet/ip_icmp.h>
Include dependency graph for icmp_var.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  icmpstat
 

Macros

#define ICMPCTL_MASKREPL   1 /* allow replies to netmask requests */
 
#define ICMPCTL_STATS   2 /* statistics (read-only) */
 
#define ICMPCTL_MAXID   3
 
#define ICMPCTL_NAMES
 

Macro Definition Documentation

◆ ICMPCTL_NAMES

#define ICMPCTL_NAMES
Value:
{ \
{ 0, 0 }, \
{ "maskrepl", CTLTYPE_INT }, \
{ "stats", CTLTYPE_STRUCT }, \
}