test icmp
Fork of ethspam by
ICMP_Packet Struct Reference
ICMP packet memory map. More...
#include <icmp.h>
Data Fields | |
| u8 | type |
| type of ICMP message | |
| u8 | code |
| code number associated with certain message types | |
| u16 | id |
| ID value, returned in ECHO REPLY. | |
| u16 | sequence |
| Sequence value to be returned with ECHO REPLY. | |
| u8 | data [] |
| Data memory map. | |
Detailed Description
ICMP packet memory map.
Definition at line 19 of file icmp.h.
Field Documentation
Generated on Fri Jul 15 2022 02:45:18 by
1.7.2
