(PF_INET6, AF_INET6): New macros.
authorMiles Bader <miles@gnu.org>
Thu, 6 Jun 1996 15:10:29 +0000 (15:10 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 6 Jun 1996 15:10:29 +0000 (15:10 +0000)
sysdeps/generic/sys/socket.h

index 43a2a64..759ff3b 100644 (file)
@@ -69,7 +69,8 @@ enum __socket_type
 #define        PF_IPX          23      /* Novell Internet Protocol.  */
 #define        PF_SIP          24      /* Simple Internet Protocol.  */
 #define PF_PIP         25      /* Help Identify PIP packets.  */
-#define        PF_MAX          26
+#define PF_INET6       26      /* IP version 6.  */
+#define        PF_MAX          27
 
 /* Address families.  */
 #define        AF_UNSPEC       PF_UNSPEC
@@ -100,6 +101,7 @@ enum __socket_type
 #define        AF_IPX          PF_IPX
 #define        AF_SIP          PF_SIP
 #define pseudo_AF_PIP  PF_PIP
+#define AF_INET6       PF_INET6
 #define        AF_MAX          PF_MAX