diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-07-27 13:25:07 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-07-27 13:25:07 +0200 |
commit | 293c94564ccee60c8e954bb6347fd36034cb7590 (patch) | |
tree | 0d715c33a883762b22b010fa4cb13d8d74ea7b11 /networking/udhcp/dhcpc.h | |
parent | 0e941d542736dc5eb69add1d3377a4601536eb97 (diff) | |
download | busybox-w32-293c94564ccee60c8e954bb6347fd36034cb7590.tar.gz busybox-w32-293c94564ccee60c8e954bb6347fd36034cb7590.tar.bz2 busybox-w32-293c94564ccee60c8e954bb6347fd36034cb7590.zip |
udhcpc: make -O <numeric_opt> work. Closes 5402
function old new delta
udhcpc_main 2642 2685 +43
udhcp_recv_raw_packet 414 415 +1
d6_recv_raw_packet 248 249 +1
udhcpc6_main 2430 2413 -17
add_client_options 239 213 -26
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/2 up/down: 45/-43) Total: 2 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 2b3599120..2859a0772 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -9,7 +9,6 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | |||
9 | 9 | ||
10 | struct client_config_t { | 10 | struct client_config_t { |
11 | uint8_t client_mac[6]; /* Our mac address */ | 11 | uint8_t client_mac[6]; /* Our mac address */ |
12 | char no_default_options; /* Do not include default options in request */ | ||
13 | IF_FEATURE_UDHCP_PORT(uint16_t port;) | 12 | IF_FEATURE_UDHCP_PORT(uint16_t port;) |
14 | int ifindex; /* Index number of the interface to use */ | 13 | int ifindex; /* Index number of the interface to use */ |
15 | uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */ | 14 | uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */ |