patch-2.1.16 linux/include/asm-sparc/socket.h
Next file: linux/include/asm-sparc/system.h
Previous file: linux/include/asm-sparc/sigcontext.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Dec 13 11:37:40 1996
- Orig file:
v2.1.15/linux/include/asm-sparc/socket.h
- Orig date:
Sun Apr 21 12:30:34 1996
diff -u --recursive --new-file v2.1.15/linux/include/asm-sparc/socket.h linux/include/asm-sparc/socket.h
@@ -1,4 +1,4 @@
-/* $Id: socket.h,v 1.6 1996/04/04 12:51:26 davem Exp $ */
+/* $Id: socket.h,v 1.8 1996/12/12 19:21:43 davem Exp $ */
#ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H
@@ -8,14 +8,20 @@
#define SOL_SOCKET 0xffff
#define SO_DEBUG 0x0001
+#define SO_PASSCRED 0x0002
#define SO_REUSEADDR 0x0004
#define SO_KEEPALIVE 0x0008
#define SO_DONTROUTE 0x0010
#define SO_BROADCAST 0x0020
+#define SO_PEERCRED 0x0040
#define SO_LINGER 0x0080
#define SO_OOBINLINE 0x0100
/* To add :#define SO_REUSEPORT 0x0200 */
#define SO_BSDCOMPAT 0x0400
+#define SO_RCVLOWAT 0x0800
+#define SO_SNDLOWAT 0x1000
+#define SO_RCVTIMEO 0x2000
+#define SO_SNDTIMEO 0x4000
/* wha!??? */
#define SO_DONTLINGER (~SO_LINGER) /* Older SunOS compat. hack */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov