summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/net/if_arp.h
diff options
context:
space:
mode:
authorcarlsonj <none@none>2007-01-17 08:41:37 -0800
committercarlsonj <none@none>2007-01-17 08:41:37 -0800
commitd04ccbb3f3163ae5962a8b7465d9796bff6ca434 (patch)
treeee9becc340fed8326cfa6bac8d30f7d4b18313ce /usr/src/uts/common/net/if_arp.h
parent1c25cdbd0f6ba3ec11a8ab1653c801027a1ffc61 (diff)
downloadillumos-joyent-d04ccbb3f3163ae5962a8b7465d9796bff6ca434.tar.gz
PSARC 2006/597 DHCPv6 Client
4863327 dhcp client causes drag 6369116 dhcpagent doesn't notice when logical interfaces disappear 6386331 dhcpagent should implement RFC 4361 client identifier 6450744 dhcpagent prevents aggrs from being deleted 6462355 impact of RELEASE_ON_SIGTERM should be clearer 6464136 Solaris should support the client side of DHCPv6 6482163 libxnet lint library lacks __EXTENSIONS__ 6485164 dead rule_zone_specific() rule in ipif_select_source_v6() 6487534 snoop "dhcp" filtering keyword doesn't actually work 6487958 async internal timeout can trample on renew/rebind timer
Diffstat (limited to 'usr/src/uts/common/net/if_arp.h')
-rw-r--r--usr/src/uts/common/net/if_arp.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/uts/common/net/if_arp.h b/usr/src/uts/common/net/if_arp.h
index 9103b1d0b5..073ce5cf2a 100644
--- a/usr/src/uts/common/net/if_arp.h
+++ b/usr/src/uts/common/net/if_arp.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -36,6 +36,12 @@ struct arphdr {
ushort_t ar_hrd; /* format of hardware address */
#define ARPHRD_ETHER 1 /* ethernet hardware address */
#define ARPHRD_IEEE802 6 /* IEEE 802 hardware address */
+#define ARPHRD_FRAME 15 /* Frame relay */
+#define ARPHRD_ATM 16 /* ATM */
+#define ARPHRD_HDLC 17 /* HDLC */
+#define ARPHRD_FC 18 /* Fibre Channel RFC 4338 */
+#define ARPHRD_IPATM 19 /* ATM RFC 2225 */
+#define ARPHRD_TUNNEL 31 /* IPsec Tunnel RFC 3456 */
#define ARPHRD_IB 32 /* IPoIB hardware address */
ushort_t ar_pro; /* format of protocol address */
uchar_t ar_hln; /* length of hardware address */