aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/socket.h')
-rw-r--r--arch/mips/include/asm/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/socket.h b/arch/mips/include/asm/socket.h
index 289ce5f5f2a3..ae05accd9fe4 100644
--- a/arch/mips/include/asm/socket.h
+++ b/arch/mips/include/asm/socket.h
@@ -43,6 +43,7 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
43#define SO_RCVTIMEO 0x1006 /* receive timeout */ 43#define SO_RCVTIMEO 0x1006 /* receive timeout */
44#define SO_ACCEPTCONN 0x1009 44#define SO_ACCEPTCONN 0x1009
45#define SO_PROTOCOL 0x1028 /* protocol type */ 45#define SO_PROTOCOL 0x1028 /* protocol type */
46#define SO_DOMAIN 0x1029 /* domain/socket family */
46 47
47/* linux-specific, might as well be the same as on i386 */ 48/* linux-specific, might as well be the same as on i386 */
48#define SO_NO_CHECK 11 49#define SO_NO_CHECK 11