From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 9 Apr 2002 05:36:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 9 Apr 2002 05:36:39 -0400 Received: from [203.197.61.33] ([203.197.61.33]:21893 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id ; Tue, 9 Apr 2002 05:36:39 -0400 Content-Type: text/plain; charset=US-ASCII From: Vinolin To: linux-kernel@vger.kernel.org Subject: ip_route_input in arp_rcv Date: Tue, 9 Apr 2002 15:06:42 +0530 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <02040915064208.00884@Vinolin> Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello all, While i'm going through the arp.c code, found a checking "ip_route_input". We can find out the address type whether it is "RTN_LOCAL" etc. by calling inet_addr_type itself. Why we need ip_route_input here. Please clear my doubt. Thanks in advance, Vinolin.