From owner-freebsd-net@FreeBSD.ORG Wed Jun 16 13:24:07 2004 Return-Path: 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 DBA4516A4CE for ; Wed, 16 Jun 2004 13:24:07 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F4243D55 for ; Wed, 16 Jun 2004 13:24:07 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id E9FA865211 for ; Wed, 16 Jun 2004 14:24:06 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 94962-01-21 for ; Wed, 16 Jun 2004 14:24:06 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 8A3CC6520E for ; Wed, 16 Jun 2004 14:24:06 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id AB78B611D; Wed, 16 Jun 2004 14:24:05 +0100 (BST) Date: Wed, 16 Jun 2004 14:24:05 +0100 From: Bruce M Simpson To: freebsd-net@freebsd.org Message-ID: <20040616132405.GB37246@empiric.dek.spc.org> Mail-Followup-To: freebsd-net@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Must softc begin with arpcom? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 13:24:08 -0000 In if_arp.h: 103 * The code is written so that each *_softc _must_ begin with a 104 * struct arpcom, which in turn _must_ begin with a struct ifnet. It seems to be that this may no longer be the case after luigi's recent cleanups (IFP2AC() and friends) which I nearly ended up duplicating. What say you? BMS