diff options
| author | Roy Marples <roy@marples.name> | 2008-12-18 10:23:40 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-12-18 10:23:40 +0000 |
| commit | 8e06ab4a536e79752d8b6fa02910ccea4da0c8cd (patch) | |
| tree | e9731c40ae7d3d55372f58b6d92f44443b44e34a /dhcpcd.h | |
| parent | 02d339e3a6ecaf7869b4aa9bce5dce6a0ec44979 (diff) | |
| download | dhcpcd-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 *); |
