add SO_ALL_PACKETS (disable spp and error processing on DG sockets)
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Sat, 27 Jul 1985 05:01:47 +0000 (21:01 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Sat, 27 Jul 1985 05:01:47 +0000 (21:01 -0800)
SCCS-vsn: sys/netns/ns.h 6.6

usr/src/sys/netns/ns.h

index ada17cd..1390c4d 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ns.h        6.5 (Berkeley) %G%
+ *     @(#)ns.h        6.6 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -52,6 +52,7 @@
 #define        SO_LAST_HEADER          4
 #define        SO_NSIP_ROUTE           5
 #define SO_SEQNO               6
 #define        SO_LAST_HEADER          4
 #define        SO_NSIP_ROUTE           5
 #define SO_SEQNO               6
+#define        SO_ALL_PACKETS          7
 
 
 /*
 
 
 /*