out of band on sockets
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 17 Jan 1982 17:03:42 +0000 (09:03 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 17 Jan 1982 17:03:42 +0000 (09:03 -0800)
SCCS-vsn: sys/sys/ioctl.h 4.12

usr/src/sys/sys/ioctl.h

index b06294c..c3e22af 100644 (file)
@@ -1,4 +1,4 @@
-/*     ioctl.h 4.11    82/01/13        */
+/*     ioctl.h 4.12    82/01/17        */
 /*
  * ioctl definitions, and special character and local tty definitions
  */
 /*
  * ioctl definitions, and special character and local tty definitions
  */
@@ -101,4 +101,9 @@ struct ltchars {
 #define        SIOCGKEEP       (('s'<<8)|2)    /* inspect keep alive */
 #define        SIOCSLINGER     (('s'<<8)|3)    /* set linger time */
 #define        SIOCGLINGER     (('s'<<8)|4)    /* get linger time */
 #define        SIOCGKEEP       (('s'<<8)|2)    /* inspect keep alive */
 #define        SIOCSLINGER     (('s'<<8)|3)    /* set linger time */
 #define        SIOCGLINGER     (('s'<<8)|4)    /* get linger time */
+#define        SIOCSENDOOB     (('s'<<8)|5)    /* send out of band */
+#define        SIOCRCVOOB      (('s'<<8)|6)    /* get out of band */
+#define        SIOCATMARK      (('s'<<8)|7)    /* at out of band mark? */
+#define        SIOCSPGRP       (('s'<<8)|8)    /* set process group */
+#define        SIOCGPGRP       (('s'<<8)|9)    /* get process group */
 #endif
 #endif