Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ip_type.h File Reference
#include <type.h>

Go to the source code of this file.

Macros

#define ICMP_PROTOCOL   1
 
#define TCP_PROTOCOL   6
 

Macro Definition Documentation

◆ ICMP_PROTOCOL

#define ICMP_PROTOCOL   1

Definition at line 6 of file ip_type.h.

Referenced by socket_receive().

◆ TCP_PROTOCOL

#define TCP_PROTOCOL   6

Definition at line 7 of file ip_type.h.

Referenced by send_command(), send_tcp_data(), and socket_receive().