summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-12-18 10:23:40 +0000
committerRoy Marples <roy@marples.name>2008-12-18 10:23:40 +0000
commit8e06ab4a536e79752d8b6fa02910ccea4da0c8cd (patch)
treee9731c40ae7d3d55372f58b6d92f44443b44e34a /dhcpcd.h
parent02d339e3a6ecaf7869b4aa9bce5dce6a0ec44979 (diff)
downloaddhcpcd-8e06ab4a536e79752d8b6fa02910ccea4da0c8cd.tar.xz
Add the DHS_PROBE state so that we ignore subsequent offers
whilst probing.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index f625707e..a70f909e 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -47,7 +47,8 @@ enum DHS {
DHS_REBIND,
DHS_REBOOT,
DHS_RENEW_REQUESTED,
- DHS_INIT_IPV4LL
+ DHS_INIT_IPV4LL,
+ DHS_PROBE
};
#define LINK_UP 1
@@ -115,6 +116,7 @@ void handle_exit_timeout(void *);
void send_request(void *);
void start_interface(void *);
void start_discover(void *);
+void start_request(void *);
void start_renew(void *);
void start_rebind(void *);
void start_reboot(struct interface *);