Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
icmp_header Struct Reference

#include <icmp.h>

Data Fields

uint8_t type
 
uint8_t code
 
uint16_t checksum
 

Detailed Description

Definition at line 8 of file icmp.h.

Field Documentation

◆ checksum

uint16_t icmp_header::checksum

Definition at line 11 of file icmp.h.

◆ code

uint8_t icmp_header::code

Definition at line 10 of file icmp.h.

◆ type

uint8_t icmp_header::type

Definition at line 9 of file icmp.h.

Referenced by handle_icmp().


The documentation for this struct was generated from the following file: