|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <type.h>Go to the source code of this file.
Data Structures | |
| struct | __attribute__ |
Macros | |
| #define | ARP_HTYPE_ETHERNET 1 |
| #define | ARP_PTYPE_IPV4 0x0800 |
| #define | ARP_HLEN_ETHERNET 6 |
| #define | ARP_PLEN_IPV4 4 |
| #define | ARP_OP_REQUEST 1 |
| #define | ARP_OP_REPLY 2 |