summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/if_arp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/net/if_arp.h')
-rw-r--r--cpukit/libnetworking/net/if_arp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libnetworking/net/if_arp.h b/cpukit/libnetworking/net/if_arp.h
index 5d3414cb9b..8edb6ec41c 100644
--- a/cpukit/libnetworking/net/if_arp.h
+++ b/cpukit/libnetworking/net/if_arp.h
@@ -50,7 +50,10 @@
struct arphdr {
u_short ar_hrd BYTE_PACK; /* format of hardware address */
#define ARPHRD_ETHER 1 /* ethernet hardware format */
+#define ARPHRD_IEEE802 6 /* token-ring hardware format */
+#define ARPHRD_ARCNET 7 /* arcnet hardware format */
#define ARPHRD_FRELAY 15 /* frame relay hardware format */
+#define ARPHRD_IEEE1394 24 /* firewire hardware format */
u_short ar_pro BYTE_PACK; /* format of protocol address */
u_char ar_hln BYTE_PACK; /* length of hardware address */
u_char ar_pln BYTE_PACK; /* length of protocol address */