summaryrefslogtreecommitdiffstats
path: root/arp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-18 11:26:59 +0000
committerRoy Marples <roy@marples.name>2007-07-18 11:26:59 +0000
commit77659ce0359c096d8a2667541879f8a59fad8121 (patch)
tree01a6f94b4eb5320b3f9a173398f0657734912fcc /arp.h
parentff711cf766f3efd9dc8f79776e688a3a28f52d9a (diff)
downloaddhcpcd-77659ce0359c096d8a2667541879f8a59fad8121.tar.xz
We now do ARP checking by default as recommended by RFC 2131.
Add RFC 3927 (aka IPV4LL aka APIPA) support by default.
Diffstat (limited to 'arp.h')
-rw-r--r--arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arp.h b/arp.h
index bb424748..4ed06c6d 100644
--- a/arp.h
+++ b/arp.h
@@ -25,7 +25,7 @@
#include "interface.h"
-int arp_check (interface_t *iface, struct in_addr address);
+int arp_claim (interface_t *iface, struct in_addr address);
#endif
#endif