diff options
Diffstat (limited to 'arch/sparc/include/asm/socket.h')
| -rw-r--r-- | arch/sparc/include/asm/socket.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/socket.h b/arch/sparc/include/asm/socket.h index 8af1b64168b..bea1568ae4a 100644 --- a/arch/sparc/include/asm/socket.h +++ b/arch/sparc/include/asm/socket.h @@ -60,6 +60,11 @@  #define SO_WIFI_STATUS		0x0025  #define SCM_WIFI_STATUS		SO_WIFI_STATUS +#define SO_PEEK_OFF		0x0026 + +/* Instruct lower device to use last 4-bytes of skb data as FCS */ +#define SO_NOFCS		0x0027 +  /* Security levels - as per NRL IPv6 - don't actually do anything */  #define SO_SECURITY_AUTHENTICATION		0x5001  | 
