From owner-freebsd-net@FreeBSD.ORG Sat Aug 19 12:14:49 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 69BFE16A4E0 for ; Sat, 19 Aug 2006 12:14:49 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39AF443D73 for ; Sat, 19 Aug 2006 12:14:39 +0000 (GMT) (envelope-from rajkumars@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1558414pye for ; Sat, 19 Aug 2006 05:14:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YJ5n0JEVmhKH+HGJsmtpYXQDUuIdF3RsrtsL5EQgPPe7HjVd22hspNnLDWjL1zLU9KlIeFXqV45sb+oerlJkhaqfvd2CZhhL4Ljr+bYy4MBXUxmK2CsX8RPZ7ok8cWfNNctQhDrZUfXzcvKz4bbzPCKxHnZWRrDSDbJNh9thdJA= Received: by 10.65.84.4 with SMTP id m4mr4792360qbl; Sat, 19 Aug 2006 05:14:39 -0700 (PDT) Received: by 10.65.248.1 with HTTP; Sat, 19 Aug 2006 05:14:38 -0700 (PDT) Message-ID: <64de5c8b0608190514l1c2241edj57b114997e01a8b2@mail.gmail.com> Date: Sat, 19 Aug 2006 17:44:39 +0530 From: "Rajkumar S" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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: Sat, 19 Aug 2006 12:14:49 -0000 Hi, The man page states DESCRIPTION The ip_input node type takes all received packets and queues them into the IP in input processing subsystem. Can some one elaborate where does this come in ip stack and what does this node do? I am not able to understand this just by reading the man page raj