From owner-freebsd-questions Wed Dec 29 6:15:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id A28D515604 for ; Wed, 29 Dec 1999 06:15:24 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123Jsg-0005B1-00; Wed, 29 Dec 1999 16:15:14 +0200 From: Sheldon Hearn To: brahmesh Cc: freebsd Subject: Re: tcpip porting In-reply-to: Your message of "Wed, 29 Dec 1999 19:25:54 +0530." <386A12E9.18A7A6A4@flashmail.com> Date: Wed, 29 Dec 1999 16:15:14 +0200 Message-ID: <19902.946476914@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Dec 1999 19:25:54 +0530, brahmesh wrote: > I am a novice currently trying to port the tcp/ip stack > implementation in freebsd release 3.2 to os 9 . I want to know the > Makefiles in freebsd release 3.2 which produce the output modules ( > ex the two output tcp/ip modules produced in os2 are socket.sys and > afinet.sys ) , that is I want to know the targets which use any tcp/ip > code as dependencies. Phew! :-) You're not going to want to hear this, but TCP/IP isn't a separate module in FreeBSD -- it's part of the kernel. Have a look in src/sys/netinet . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message