#include <decode_icmp.h>
Data Fields | |
| unsigned char | type |
| unsigned char | code |
| unsigned char | checksum |
| union { | |
| struct { | |
| unsigned short id | |
| unsigned short sequence | |
| } echo | |
| unsigned int gateway | |
| struct { | |
| unsigned short __unused | |
| unsigned short mtu | |
| } frag | |
| } | un |
Definition at line 11 of file decode_icmp.h.
| unsigned char icmp_header::type |
| unsigned char icmp_header::code |
| unsigned char icmp_header::checksum |
Definition at line 14 of file decode_icmp.h.
| unsigned short icmp_header::id |
Definition at line 17 of file decode_icmp.h.
| unsigned short icmp_header::sequence |
Definition at line 18 of file decode_icmp.h.
| struct { ... } icmp_header::echo |
| unsigned int icmp_header::gateway |
Definition at line 20 of file decode_icmp.h.
| unsigned short icmp_header::__unused |
Definition at line 22 of file decode_icmp.h.
| unsigned short icmp_header::mtu |
Definition at line 23 of file decode_icmp.h.
| struct { ... } icmp_header::frag |
| union { ... } icmp_header::un |
1.5.2