diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-16 12:04:23 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-16 12:04:23 +0200 |
commit | 26918dd28ef6f2c6380ed23b384ddc8e98a8ad81 (patch) | |
tree | 77c5bd48717b9dbfd683937e3f70fc902b7c7119 /networking/udhcp/dhcpc.h | |
parent | cab3a0127c3e6b7fc4f794ba6abcb8e01492118e (diff) | |
download | busybox-w32-26918dd28ef6f2c6380ed23b384ddc8e98a8ad81.tar.gz busybox-w32-26918dd28ef6f2c6380ed23b384ddc8e98a8ad81.tar.bz2 busybox-w32-26918dd28ef6f2c6380ed23b384ddc8e98a8ad81.zip |
udhcp: rename server/client_config.arp to server_mac and client_mac
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 361624f17..861e134bd 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -6,7 +6,7 @@ | |||
6 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | 6 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN |
7 | 7 | ||
8 | struct client_config_t { | 8 | struct client_config_t { |
9 | uint8_t arp[6]; /* Our arp address */ | 9 | uint8_t client_mac[6]; /* Our arp address */ |
10 | /* TODO: combine flag fields into single "unsigned opt" */ | 10 | /* TODO: combine flag fields into single "unsigned opt" */ |
11 | /* (can be set directly to the result of getopt32) */ | 11 | /* (can be set directly to the result of getopt32) */ |
12 | char no_default_options; /* Do not include default optins in request */ | 12 | char no_default_options; /* Do not include default optins in request */ |