Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ip_type.h
Go to the documentation of this file.
1#ifndef __NET__IP_TYPE_H__
2#define __NET__IP_TYPE_H__
3
4#include <type.h>
5
6#define ICMP_PROTOCOL 1
7#define TCP_PROTOCOL 6
8
9#endif // __NET__IP_TYPE_H__