Loading...
Searching...
No Matches
Address resolution protocol (ARP)

ARP definitions. More...

Detailed Description

ARP definitions.

Files

file  arp.h
 ARP definitions.
 

Hardware types

See also
[IANA ARP parameters] (https://www.iana.org/assignments/arp-parameters/arp-parameters.xhtml#table-arp-parameters-2)
#define ARP_HWTYPE_ETHERNET   (1U)
 Ethernet.
 
#define ARP_HWTYPE_SERIAL   (20U)
 Serial Line.
 
#define ARP_HWTYPE_EUI64   (27U)
 EUI-64.
 

Macro Definition Documentation

◆ ARP_HWTYPE_ETHERNET

#define ARP_HWTYPE_ETHERNET   (1U)

Ethernet.

Definition at line 34 of file arp.h.

◆ ARP_HWTYPE_EUI64

#define ARP_HWTYPE_EUI64   (27U)

EUI-64.

Definition at line 36 of file arp.h.

◆ ARP_HWTYPE_SERIAL

#define ARP_HWTYPE_SERIAL   (20U)

Serial Line.

Definition at line 35 of file arp.h.