|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <type.h>Go to the source code of this file.
Macros | |
| #define | ICMP_PROTOCOL 1 |
| #define | TCP_PROTOCOL 6 |
| #define ICMP_PROTOCOL 1 |
Definition at line 6 of file ip_type.h.
Referenced by socket_receive().
| #define TCP_PROTOCOL 6 |
Definition at line 7 of file ip_type.h.
Referenced by send_command(), send_tcp_data(), and socket_receive().