summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-05-26 17:32:35 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-05-26 17:32:35 +0000
commitfc9e1080320e52fb97ae694627d8101af64f3dad (patch)
tree2b57edddb15071f8fa13a47e45a735d0e8c52edc /networking/udhcp/dhcpc.h
parent6bb55cfb99090565d565588c281c08ca21993e78 (diff)
downloadbusybox-w32-fc9e1080320e52fb97ae694627d8101af64f3dad.tar.gz
busybox-w32-fc9e1080320e52fb97ae694627d8101af64f3dad.tar.bz2
busybox-w32-fc9e1080320e52fb97ae694627d8101af64f3dad.zip
udhcpc: shrink
udhcpc: guard against zero lease time function old new delta timeout 4 - -4 server_addr 4 - -4 requested_ip 4 - -4 perform_release 134 112 -22 udhcpc_main 2511 2485 -26 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 0/2 up/down: 0/-60) Total: -60 bytes
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r--networking/udhcp/dhcpc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h
index 9331466e1..97d3b3c9d 100644
--- a/networking/udhcp/dhcpc.h
+++ b/networking/udhcp/dhcpc.h
@@ -8,15 +8,6 @@
8# pragma GCC visibility push(hidden) 8# pragma GCC visibility push(hidden)
9#endif 9#endif
10 10
11#define INIT_SELECTING 0
12#define REQUESTING 1
13#define BOUND 2
14#define RENEWING 3
15#define REBINDING 4
16#define INIT_REBOOT 5
17#define RENEW_REQUESTED 6
18#define RELEASED 7
19
20struct client_config_t { 11struct client_config_t {
21 /* TODO: combine flag fields into single "unsigned opt" */ 12 /* TODO: combine flag fields into single "unsigned opt" */
22 /* (can be set directly to the result of getopt32) */ 13 /* (can be set directly to the result of getopt32) */