#include <sys/types.h>
#include <net/in.h>
#include <net/icmp_codes.h>
Go to the source code of this file.
Data Structures | |
| struct | icmp_echo |
| Echo specific data. More... | |
| struct | icmp_header |
| Internet control message header. More... | |
Defines | |
| #define | ICMP_HEADER_SIZE sizeof(icmp_header_t) |
| ICMP header size in bytes. | |
Typedefs | |
| typedef icmp_echo | icmp_echo_t |
| Echo specific data. | |
| typedef icmp_header | icmp_header_t |
| Internet control message header. | |
Based on the RFC 792.
Definition in file icmp_header.h.
1.4.7