summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/socket.h')
-rw-r--r--include/asm-arm/socket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/socket.h b/include/asm-arm/socket.h
index 312aef936..91de70e6e 100644
--- a/include/asm-arm/socket.h
+++ b/include/asm-arm/socket.h
@@ -28,6 +28,11 @@
#define SO_RCVTIMEO 20
#define SO_SNDTIMEO 21
+/* Security levels - as per NRL IPv6 - don't actually do anything */
+#define SO_SECURITY_AUTHENTICATION 22
+#define SO_SECURITY_ENCRYPTION_TRANSPORT 23
+#define SO_SECURITY_ENCRYPTION_NETWORK 24
+
#define SO_BINDTODEVICE 25
#endif /* _ASM_SOCKET_H */