Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
arp.h File Reference
#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
 

Macro Definition Documentation

◆ ARP_HLEN_ETHERNET

#define ARP_HLEN_ETHERNET   6

Definition at line 8 of file arp.h.

◆ ARP_HTYPE_ETHERNET

#define ARP_HTYPE_ETHERNET   1

Definition at line 6 of file arp.h.

◆ ARP_OP_REPLY

#define ARP_OP_REPLY   2

Definition at line 11 of file arp.h.

◆ ARP_OP_REQUEST

#define ARP_OP_REQUEST   1

Definition at line 10 of file arp.h.

◆ ARP_PLEN_IPV4

#define ARP_PLEN_IPV4   4

Definition at line 9 of file arp.h.

◆ ARP_PTYPE_IPV4

#define ARP_PTYPE_IPV4   0x0800

Definition at line 7 of file arp.h.