2 * Copyright (c) 2007-12 ETH Zurich.
5 * This file is distributed under the terms in the attached LICENSE file.
6 * If you do not find this file, copies can be found by writing to:
7 * ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group.
10 interface net_ARP "ARP Table" {
11 alias ipv4addr uint32;
13 rpc ip_info(in uint32 iface,
19 rpc ARP_lookup(in ipv4addr ip,
24 message arp_force_lookup(ipv4addr ip);