From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pawel Pastuszak Subject: ARP Table Access Date: Sun, 18 Oct 2009 23:35:36 -0400 Message-ID: <8ff29df80910182035t70a9e98fi1cc69fdb2677b3c7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: netdev@vger.kernel.org Return-path: Received: from mail-yx0-f187.google.com ([209.85.210.187]:49006 "EHLO mail-yx0-f187.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753916AbZJSDlG (ORCPT ); Sun, 18 Oct 2009 23:41:06 -0400 Received: by yxe17 with SMTP id 17so3598209yxe.33 for ; Sun, 18 Oct 2009 20:41:11 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Hi All, Can anybody guide me to how to access ARP Table to lookup an MAC access for IP address inside an Network Interface driver (net_dev)? Also how can i insert into the ARP Table. Thanks, Pawel