diff options
| author | Roy Marples <roy@marples.name> | 2009-03-31 08:35:38 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-31 08:35:38 +0000 |
| commit | 6f767217f6e4c3be4a23fcd330f5252b8ff5c238 (patch) | |
| tree | c93d968d8652a118e4d7ed02f8153f6d1e54f806 /arp.h | |
| parent | 4a4bcf7cf5fa713dd62912f0c1c7c2e1ef543e4b (diff) | |
| download | dhcpcd-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
