Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
icmp.h
Go to the documentation of this file.
1#ifndef __NET__ICMP_H__
2#define __NET__ICMP_H__
3
4typedef struct {
9} __attribute__((packed)) icmp_header_t;
10
11#endif // __NET__ICMP_H__
typedef __attribute__
Definition msi.c:47
uint32_t rest
Definition icmp.h:8
char checksum[8]
Definition tar.h:45
uint16_t type
Definition ethernet.h:12
uint8_t code
Definition icmp.h:6
unsigned short uint16_t
Definition type.h:13
unsigned int uint32_t
Definition type.h:19
unsigned char uint8_t
Definition type.h:7