net: implement a SO_PROTOCOL getsockoption
[deliverable/linux.git] / arch / mips / include / asm / socket.h
index 2abca17801696314c979fb2997761649e977bb36..289ce5f5f2a30d97a892745484d8ab7cf1d8cd4d 100644 (file)
@@ -42,6 +42,7 @@ To add: #define SO_REUSEPORT 0x0200   /* Allow local address and port reuse.  */
 #define SO_SNDTIMEO    0x1005  /* send timeout */
 #define SO_RCVTIMEO    0x1006  /* receive timeout */
 #define SO_ACCEPTCONN  0x1009
+#define SO_PROTOCOL    0x1028  /* protocol type */
 
 /* linux-specific, might as well be the same as on i386 */
 #define SO_NO_CHECK    11
This page took 0.036534 seconds and 5 git commands to generate.