From owner-freebsd-bugs Mon Jun 12 10:25:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA02401 for bugs-outgoing; Mon, 12 Jun 1995 10:25:55 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA02390 for ; Mon, 12 Jun 1995 10:25:53 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15536(4)>; Mon, 12 Jun 1995 10:25:04 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <49859>; Mon, 12 Jun 1995 10:24:57 -0700 X-Mailer: exmh version 1.6 4/21/95 To: imdave@ihats103.ih.att.com cc: bugs@FreeBSD.org Subject: Re: system header file problem bug report In-reply-to: Your message of "Mon, 12 Jun 95 07:46:50 PDT." <9506121446.AA02278@ihats103.ih.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jun 1995 10:24:43 PDT From: Bill Fenner Message-Id: <95Jun12.102457pdt.49859@crevenia.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <9506121446.AA02278@ihats103.ih.att.com> you write: >sys/sockio.h >contains some ioctl's which use some structures that are not declared anywhere >in the kernel source tree -- I even grep'ed in the 2.0.1alpha kernel source >tree. The ioctl's are: > > SIOCGETRTINFO, SIOCCGETSGCNT, SIOCCGETVIFCNT and SIOCSETRTINFO I assume that the doubled C's are typos. I think that SIOC{GET,SET}RTINFO were imported into FreeBSD because of a bug in the 3.3 multicast distribution -- one of the diff's included some DARTNet kernel changes by accident. The structures for SIOCGETSGCNT and SIOCGETVIFCNT are in /sys/netinet/ip_mroute.h . Bill