From 19c9bba94152148523ba0f7ef7cffe3d45656b11 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 29 Apr 1997 21:13:14 +0000 Subject: Import of Linux/MIPS 2.1.36 --- include/asm-alpha/socket.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/asm-alpha/socket.h') diff --git a/include/asm-alpha/socket.h b/include/asm-alpha/socket.h index 031636871..f8707478a 100644 --- a/include/asm-alpha/socket.h +++ b/include/asm-alpha/socket.h @@ -37,6 +37,14 @@ #define SO_PRIORITY 12 #define SO_BSDCOMPAT 14 +#define SO_PASSCRED 17 +#define SO_PEERCRED 18 + +/* Security levels - as per NRL IPv6 - don't actually do anything */ +#define SO_SECURITY_AUTHENTICATION 19 +#define SO_SECURITY_ENCRYPTION_TRANSPORT 20 +#define SO_SECURITY_ENCRYPTION_NETWORK 21 + /* Socket types. */ #define SOCK_STREAM 1 /* stream (connection) socket */ #define SOCK_DGRAM 2 /* datagram (conn.less) socket */ -- cgit v1.2.3