NetSim Source Code Help
Loading...
Searching...
No Matches
ICMP.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stru_NetSim_ICMP_DestinationUnreachableMessage
 
struct  stru_NetSim_ICMP_ECHO
 
struct  stru_NetSim_ICMP_RouterAdvertisement
 

Macros

#define ICMP_MAX_RETRY   5
 
#define ICMP_SEND_TIME   (1*SECOND)
 

Typedefs

typedef struct stru_NetSim_ICMP_DestinationUnreachableMessage ICMP_DestinationUnreachableMessage
 
typedef struct stru_NetSim_ICMP_ECHO ICMP_ECHO
 
typedef struct stru_NetSim_ICMP_RouterAdvertisement ICMP_RouterAdvertisement
 

Macro Definition Documentation

◆ ICMP_MAX_RETRY

#define ICMP_MAX_RETRY   5

Definition at line 36 of file ICMP.h.

◆ ICMP_SEND_TIME

#define ICMP_SEND_TIME   (1*SECOND)

Definition at line 37 of file ICMP.h.

Typedef Documentation

◆ ICMP_DestinationUnreachableMessage

◆ ICMP_ECHO

Definition at line 41 of file ICMP.h.

◆ ICMP_RouterAdvertisement

Definition at line 42 of file ICMP.h.