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/serverpacket.c | |
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/serverpacket.c')
-rw-r--r-- | networking/udhcp/serverpacket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/serverpacket.c b/networking/udhcp/serverpacket.c index 5aa494ba1..d9c5ce3ed 100644 --- a/networking/udhcp/serverpacket.c +++ b/networking/udhcp/serverpacket.c | |||
@@ -37,7 +37,7 @@ static int send_packet_to_relay(struct dhcpMessage *payload) | |||
37 | } | 37 | } |
38 | 38 | ||
39 | 39 | ||
40 | /* send a packet to a specific arp address and ip address by creating our own ip packet */ | 40 | /* send a packet to a specific mac address and ip address by creating our own ip packet */ |
41 | static int send_packet_to_client(struct dhcpMessage *payload, int force_broadcast) | 41 | static int send_packet_to_client(struct dhcpMessage *payload, int force_broadcast) |
42 | { | 42 | { |
43 | const uint8_t *chaddr; | 43 | const uint8_t *chaddr; |