projects
/
barrelfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
libnet: added functionality to request ARP lookup sent from default q
[barrelfish]
/
if
/
net_ARP.if
diff --git
a/if/net_ARP.if
b/if/net_ARP.if
index
5dd32a6
..
d231962
100644
(file)
--- a/
if/net_ARP.if
+++ b/
if/net_ARP.if
@@
-21,5
+21,6
@@
interface net_ARP "ARP Table" {
in bool force,
out errval err,
out uint64 mac);
+ message arp_force_lookup(ipv4addr ip);
};