summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-15 06:29:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-15 06:29:42 +0000
commite953e2df062e513d7343643e051dec500a13e172 (patch)
tree2a9219e5f900efa3b3fdf183db273c2f492400f1 /cpukit/libnetworking/net
parent2005-04-14 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e953e2df062e513d7343643e051dec500a13e172.tar.bz2
Partial updates from FreeBSD.
Diffstat (limited to 'cpukit/libnetworking/net')
-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 */