From owner-freebsd-net Fri Nov 1 18:48:33 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B6D37B404 for ; Fri, 1 Nov 2002 18:48:32 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EDEA43E8A for ; Fri, 1 Nov 2002 18:48:31 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id NAA04131; Sat, 2 Nov 2002 13:48:11 +1100 Date: Sat, 2 Nov 2002 13:59:30 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Luigi Rizzo Cc: net@FreeBSD.ORG Subject: Re: CTL_IPPROTO_NAMES used anywhere ? In-Reply-To: <20021101153331.A384@carp.icir.org> Message-ID: <20021102135700.H17601-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 1 Nov 2002, Luigi Rizzo wrote: > /sys/netinet/in.h contains a huge macro, CTL_IPPROTO_NAMES, which > maps to an array containing protocol names. > As far as i can tell (find /usr/src | xargs grep CTL_IPPROTO_NAMES) > it is not used anywhere in the source tree. All CTL_*_NAMES for sysctl are garbage created by an unfinished reimplementation of sysctl. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message