ICMP header definition. More...
#include <sys/types.h>#include "../../include/in.h"#include "../../include/icmp_codes.h"

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 struct icmp_echo | icmp_echo_t |
| Type definition of the echo specific data. | |
| typedef icmp_echo_t * | icmp_echo_ref |
| Type definition of the echo specific data pointer. | |
| typedef struct icmp_header | icmp_header_t |
| Type definition of the internet control message header. | |
| typedef icmp_header_t * | icmp_header_ref |
| Type definition of the internet control message header pointer. | |
ICMP header definition.
Based on the RFC~792.
1.6.1