patch-2.1.14 linux/include/linux/in6.h
Next file: linux/include/linux/ipv6_route.h
Previous file: linux/include/linux/if.h
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Tue Nov 26 10:46:41 1996
- Orig file:
v2.1.13/linux/include/linux/in6.h
- Orig date:
Tue Nov 12 15:56:14 1996
diff -u --recursive --new-file v2.1.13/linux/include/linux/in6.h linux/include/linux/in6.h
@@ -5,10 +5,13 @@
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
- * Source:
+ * Sources:
* IPv6 Program Interfaces for BSD Systems
* <draft-ietf-ipngwg-bsd-api-05.txt>
*
+ * Advanced Sockets API for IPv6
+ * <draft-stevens-advanced-api-00.txt>
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
@@ -88,12 +91,20 @@
#define IPV6_ADDRFORM 1
#define IPV6_RXINFO 2
+#define IPV6_RXHOPOPTS 3
+#define IPV6_RXDSTOPTS 4
+#define IPV6_RXSRCRT 5
+#define IPV6_PKTOPTIONS 6
+#define IPV6_CHECKSUM 7
+
+/*
+ * Alternative names
+ */
#define IPV6_TXINFO IPV6_RXINFO
#define SCM_SRCINFO IPV6_TXINFO
-#define SCM_SRCRT 4
-#define IPV6_UNICAST_HOPS 5
-
+#define SCM_SRCRT IPV6_RXSRCRT
+#define IPV6_UNICAST_HOPS 16
#define IPV6_MULTICAST_IF 17
#define IPV6_MULTICAST_HOPS 18
#define IPV6_MULTICAST_LOOP 19
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov