From owner-freebsd-hackers Tue Dec 5 08:05:28 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA12339 for hackers-outgoing; Tue, 5 Dec 1995 08:05:28 -0800 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA12285 for ; Tue, 5 Dec 1995 08:05:15 -0800 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA01852; Tue, 5 Dec 1995 09:02:51 -0700 From: Terry Lambert Message-Id: <199512051602.JAA01852@phaeton.artisoft.com> Subject: Re: ipx on 802.3 To: wollman@lcs.mit.edu (Garrett A. Wollman) Date: Tue, 5 Dec 1995 09:02:51 -0700 (MST) Cc: terry@lambert.org, hackers@FreeBSD.org In-Reply-To: <9512051522.AA02613@halloran-eldar.lcs.mit.edu> from "Garrett A. Wollman" at Dec 5, 95 10:22:45 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 563 Sender: owner-hackers@FreeBSD.org Precedence: bulk > > I believe it is possible to compare the address family in the file > > /sys/net/if.c in the function ifioctl() for "case SIOCSIFFLAGS" > > (at about line 531) to determin if AF_IPX is being used, and if so, > > interpret the values of IFF_LINK[0-2] differently. > > Compare the address family of what? Of the socket on which the ioctl call is being made. Probably have to propagate a couple of fields on te dispatch. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.