summaryrefslogtreecommitdiffstats
path: root/arp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-03-31 08:35:38 +0000
committerRoy Marples <roy@marples.name>2009-03-31 08:35:38 +0000
commit6f767217f6e4c3be4a23fcd330f5252b8ff5c238 (patch)
treec93d968d8652a118e4d7ed02f8153f6d1e54f806 /arp.h
parent4a4bcf7cf5fa713dd62912f0c1c7c2e1ef543e4b (diff)
downloaddhcpcd-6f767217f6e4c3be4a23fcd330f5252b8ff5c238.tar.xz
Add the ability to arping an address and select a profile based on the
hardware address replied with or the ip address.
Diffstat (limited to 'arp.h')
-rw-r--r--arp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arp.h b/arp.h
index c9bc9e49..924d22f9 100644
--- a/arp.h
+++ b/arp.h
@@ -41,6 +41,9 @@
#define RATE_LIMIT_INTERVAL 60
#define DEFEND_INTERVAL 10
+#include "dhcpcd.h"
+
void send_arp_announce(void *);
void send_arp_probe(void *);
+void start_arping(struct interface *);
#endif