From f8b996982e0b37273c49a6010a01056d84512f79 Mon Sep 17 00:00:00 2001 From: fenner Date: Sat, 18 May 1996 20:33:42 +0000 Subject: Removed SIOCSETRTINFO, SIOCGETRTINFO, and SIOCGETVIFINF ioctl's, which snuck in accidentally from the DARTNet kernel. SIOC*RTINFO were an extended interface to the stock routing table and SIOCGETVIFINF was an interface for rsvpd to ask the kernel for the list of multicast vif's. Pointed-out-by: Brian Reichert --- sys/sys/sockio.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/sys/sockio.h') diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h index 41fc86b..5ca1891 100644 --- a/sys/sys/sockio.h +++ b/sys/sys/sockio.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)sockio.h 8.1 (Berkeley) 3/28/94 - * $Id: sockio.h,v 1.4 1994/09/06 22:42:31 wollman Exp $ + * $Id: sockio.h,v 1.5 1994/12/21 22:57:05 wollman Exp $ */ #ifndef _SYS_SOCKIO_H_ @@ -50,9 +50,6 @@ #define SIOCADDRT _IOW('r', 10, struct ortentry) /* add route */ #define SIOCDELRT _IOW('r', 11, struct ortentry) /* delete route */ -#define SIOCSETRTINFO _IOWR('r', 12, struct fullrtentry) /* change aux info */ -#define SIOCGETRTINFO _IOWR('r', 13, struct fullrtentry) /* read aux info */ -#define SIOCGETVIFINF _IOWR('r', 14, struct vif_conf) /* read m/c vifs */ #define SIOCGETVIFCNT _IOWR('r', 15, struct sioc_vif_req)/* get vif pkt cnt */ #define SIOCGETSGCNT _IOWR('r', 16, struct sioc_sg_req) /* get s,g pkt cnt */ -- cgit v1.1