From: Mike Karels Date: Sun, 19 Jan 1986 04:19:24 +0000 (-0800) Subject: rm bbn junk X-Git-Tag: BSD-4_3-Snapshot-Development~3559 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/5a34141f9994371d40439d722e87c0e39b4cfdcc?ds=sidebyside rm bbn junk SCCS-vsn: sys/sys/ioctl.h 6.16 --- diff --git a/usr/src/sys/sys/ioctl.h b/usr/src/sys/sys/ioctl.h index 0360868d5f..54e26ebc22 100644 --- a/usr/src/sys/sys/ioctl.h +++ b/usr/src/sys/sys/ioctl.h @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)ioctl.h 6.15 (Berkeley) %G% + * @(#)ioctl.h 6.16 (Berkeley) %G% */ /* @@ -246,25 +246,4 @@ struct winsize { #define SIOCGARP _IOWR(i,31, struct arpreq) /* get arp entry */ #define SIOCDARP _IOW(i, 32, struct arpreq) /* delete arp entry */ -/* protocol i/o controls (bbn) */ -#define SIOCSPUSH _IO(b, 64) /* tcp: set push */ -#define SIOCCPUSH _IO(b, 65) /* tcp: clear push */ -#define SIOCSNOACT _IOW(b, 66, u_long) /* tcp: set no activity timer */ -#define SIOCGNOACT _IOR(b, 67, u_long) /* tcp: get no activity timer */ -#define TCP_NOACTPROBE 0x80000000 /* send pkt on timeout */ -#define TCP_NOACTSIG 0x40000000 /* advise user on timeout */ -#define SIOCSINIT _IOW(b, 68, int) /* tcp: set init timer */ -#define SIOCGINIT _IOR(b, 69, int) /* tcp: get init timer */ -#define SIOCABORT _IO(b, 70) /* tcp: abort connection */ - -#define SIOCSNDGRAMS _IOW(b, 71, int) /* rdp: set max #dgrams rcv */ -#define SIOCGNDGRAMS _IOR(b, 72, int) /* rdp: get max #dgrams rcv */ -#define SIOCSSEQ _IOW(b, 73, int) /* rdp: set seq delivery */ -#define SIOCGSEQ _IOR(b, 74, int) /* rdp: get seq delivery */ -#define SIOCSNULL _IOW(b, 77, int) /* rdp: ~set KEEPALIVE timer */ -#define SIOCGNULL _IOR(b, 78, int) /* rdp: ~get KEEPALIVE timer */ - - /* tcp + rdp */ -#define SIOCSRTTL _IOW(b, 75, int) /* set rxmit took too long */ -#define SIOCGRTTL _IOR(b, 76, int) /* get rxmit took too long */ #endif