From owner-freebsd-net@FreeBSD.ORG Tue Jun 26 10:54:36 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C62116A400 for ; Tue, 26 Jun 2007 10:54:36 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-3.cisco.com (sj-iport-3-in.cisco.com [171.71.176.72]) by mx1.freebsd.org (Postfix) with ESMTP id 151D513C48C for ; Tue, 26 Jun 2007 10:54:36 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-dkim-2.cisco.com ([171.71.179.186]) by sj-iport-3.cisco.com with ESMTP; 26 Jun 2007 03:54:36 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAFWNgEarR7O6/2dsb2JhbAA X-IronPort-AV: i="4.16,463,1175497200"; d="scan'208"; a="497706001:sNHT28382914" Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238]) by sj-dkim-2.cisco.com (8.12.11/8.12.11) with ESMTP id l5QAsYv3020536; Tue, 26 Jun 2007 03:54:34 -0700 Received: from xbh-sjc-211.amer.cisco.com (xbh-sjc-211.cisco.com [171.70.151.144]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id l5QAsYka010323; Tue, 26 Jun 2007 10:54:34 GMT Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 26 Jun 2007 03:54:34 -0700 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 26 Jun 2007 03:54:33 -0700 Message-ID: <4680F0D2.3070201@cisco.com> Date: Tue, 26 Jun 2007 06:56:18 -0400 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070601 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary Palmer References: <82bdb5ec0706251156w789f8998g72b67f453c509634@mail.gmail.com> <46801A44.2010007@cisco.com> <20070626030920.GA1002@in-addr.com> In-Reply-To: <20070626030920.GA1002@in-addr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Jun 2007 10:54:34.0039 (UTC) FILETIME=[618AC470:01C7B7E0] DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=2055; t=1182855274; x=1183719274; c=relaxed/simple; s=sjdkim2002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:=20Randall=20Stewart=20 |Subject:=20Re=3A=20A=20query=20about=20a=20missing=20file=20opt_sctp.h |Sender:=20; bh=WXjkfpMCjxLCPLjUlNnjA5AH+TRXpQNGces5krnkVew=; b=1DtkWzf3wm3nZ6bcVGkooVj4HAExHWaoJbFDkX0UGZizLvXNJg3OAivqhiBxqnKTeBmofRUx PZRuyEhqIPoZhfyNMSwxMCd7aN3sevGZDZUlrjAxk9HwbbkDqPrjXRn0; Authentication-Results: sj-dkim-2; header.From=rrs@cisco.com; dkim=pass (sig from cisco.com/sjdkim2002 verified; ); Cc: freebsd-net@freebsd.org, sazzadur rahman Subject: Re: A query about a missing file opt_sctp.h X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2007 10:54:36 -0000 Gary Palmer wrote: > On Mon, Jun 25, 2007 at 03:40:52PM -0400, Randall Stewart wrote: > >>opt_sctp.h >> >>Is one created by the config program when you run >>config with >> >>options SCTP >> >>in your list of things you want.. >> >>So for example I do >> >>cd /usr/src/sys/i386/conf >>config mymachine >>cd ../compile/mymachine >> >>and if I do >> >>ls -l opt_sctp.h >> >>I will see it there... >> >>That is of course assuming that I have >>SCTP in my config ;-D > > > > Surely it would still be there, as an empty file, even without SCTP? Adding > > options SCTP > > would add something like > > #define SCTP 1 > > to the file AFAIK (at least on 6.x, I doubt config is that much changed > in -current) > Hmm I never looked.. thinking about it.. it should be.. Let me try on a machine configured without sctp :-D R > > >>sazzadur rahman wrote: >> >>>Hello, In FreeBSD CVS, >>>http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/?copt=1&hidecvsroot=0&hidenonreadable=1&sortby=&hideattic=1&logsort=date&f=u >>> >>> >>>under src/sys/netinet tree, the header file sctp_os_bsd.h includes >>>another header file named "opt_sctp.h" from version 1.6. >>>Unfortunately I didn't find this file anywhere in the CVS. Is it >>>possible to direct me how I can get the file "opt_sctp.h"? >>> >>>Thanks in advance Sazzad >>>_______________________________________________ >>>freebsd-net@freebsd.org mailing list >>>http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, >>>send any mail to "freebsd-net-unsubscribe@freebsd.org" >>> >> >> >>-- >>Randall Stewart >>NSSTG - Cisco Systems Inc. >>803-345-0369 803-317-4952 (cell) >>_______________________________________________ >>freebsd-net@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-net >>To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >> >> > > -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell)