summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/socket.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
commit230e5ab6a084ed50470f101934782dbf54b0d06b (patch)
tree5dd821c8d33f450470588e7a543f74bf74306e9e /include/asm-i386/socket.h
parentc9b1c8a64c6444d189856f1e26bdcb8b4cd0113a (diff)
Merge with Linux 2.1.67.
Diffstat (limited to 'include/asm-i386/socket.h')
-rw-r--r--include/asm-i386/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/socket.h b/include/asm-i386/socket.h
index a6d3a5fa7..e09eaea21 100644
--- a/include/asm-i386/socket.h
+++ b/include/asm-i386/socket.h
@@ -33,6 +33,8 @@
#define SO_SECURITY_ENCRYPTION_TRANSPORT 23
#define SO_SECURITY_ENCRYPTION_NETWORK 24
+#define SO_BINDTODEVICE 25
+
/* Socket types. */
#define SOCK_STREAM 1 /* stream (connection) socket */
#define SOCK_DGRAM 2 /* datagram (conn.less) socket */