From owner-freebsd-net@FreeBSD.ORG Mon Aug 21 05:36:15 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 11FA216A4DA for ; Mon, 21 Aug 2006 05:36:15 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE74943D5A for ; Mon, 21 Aug 2006 05:36:13 +0000 (GMT) (envelope-from rajkumars@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so687009nzd for ; Sun, 20 Aug 2006 22:36:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QiZF4+IGMoCFPksJjtCbteUQ8mWYcdC7iSlf3jZ4yTUSsiJYiKQ/rawn/xR6AxjKeBNcI7PGbZ1gs67rDbrvCWn+O0J4PxGXVUJvEdWjpphxT75z34rFiz2yG528Z8dLmS7g1M++2RXQ5G0q79dOR0KNqasUCEUFuSRPBQ802Io= Received: by 10.65.81.19 with SMTP id i19mr6230119qbl; Sun, 20 Aug 2006 22:36:13 -0700 (PDT) Received: by 10.65.248.1 with HTTP; Sun, 20 Aug 2006 22:36:13 -0700 (PDT) Message-ID: <64de5c8b0608202236pd710ff4rbd67764c6096c06@mail.gmail.com> Date: Mon, 21 Aug 2006 11:06:13 +0530 From: "Rajkumar S" To: freebsd-net@freebsd.org In-Reply-To: <44E7EB9F.5060503@elischer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64de5c8b0608190514l1c2241edj57b114997e01a8b2@mail.gmail.com> <20060819125550.GA8879@rambler-co.ru> <64de5c8b0608190635q1fe2c0c5oe5d258748c1c5c95@mail.gmail.com> <20060819135133.GC9271@rambler-co.ru> <64de5c8b0608190728k47c9dd50kfaf8b94096aa128e@mail.gmail.com> <20060819154215.GB9883@rambler-co.ru> <44E7EB9F.5060503@elischer.org> Subject: Re: ng_ip_input ? 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: Mon, 21 Aug 2006 05:36:15 -0000 On 8/20/06, Julian Elischer wrote: > while the above seems harsh it turns out that /sys/netinet/ip_input.c is > in fact a very easy file to > read due to the serial nature of ip processing.. give it a try Sure, Thanks a lot, I am just getting my feet wet in freebsd! raj