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
4
typedef
struct
{
5
uint8_t
type
;
6
uint8_t
code
;
7
uint16_t
checksum
;
8
uint32_t
rest
;
9
}
__attribute__
((packed)) icmp_header_t;
10
11
#endif
// __NET__ICMP_H__
__attribute__
typedef __attribute__
Definition
msi.c:47
__attribute__::rest
uint32_t rest
Definition
icmp.h:8
__attribute__::checksum
char checksum[8]
Definition
tar.h:45
__attribute__::type
uint16_t type
Definition
ethernet.h:12
__attribute__::code
uint8_t code
Definition
icmp.h:6
uint16_t
unsigned short uint16_t
Definition
type.h:13
uint32_t
unsigned int uint32_t
Definition
type.h:19
uint8_t
unsigned char uint8_t
Definition
type.h:7
kernel
libk
net
icmp.h
Generated on Sat May 30 2026 11:09:57 for Voxia OS by
1.13.2