hush/networking/udhcp
Denys Vlasenko e5ce91b41b udhcp: code shrink; disable time and log server options
function                                             old     new   delta
add_server_options                                     -     100    +100
udhcp_add_simple_option                               92      90      -2
nobody_responds_to_arp                                88      85      -3
dhcp_options                                          66      62      -4
udhcp_add_option_string                              104      94     -10
udhcp_run_script                                     665     654     -11
dhcp_option_strings                                  203     188     -15
static.blank_chaddr                                   16       -     -16
send_ACK                                             211     180     -31
add_bootp_options                                     61       -     -61
udhcpd_main                                         1925    1846     -79
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 0/8 up/down: 100/-232)         Total: -132 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-03-21 00:43:11 +01:00
..
arpping.c
clientpacket.c udhcpc: make it possible to disable vendor id; improve help text 2010-03-20 18:06:23 +01:00
clientsocket.c
common.c
common.h udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
Config.in
dhcpc.c udhcpc: make it possible to disable vendor id; improve help text 2010-03-20 18:06:23 +01:00
dhcpc.h
dhcpd.c udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
dhcpd.h udhcp: move serverpacket.c into dhcpd.c, no other changes 2010-03-20 03:48:11 +01:00
dhcprelay.c
domain_codec.c
dumpleases.c
files.c udhcpd: remove five more options which do not make sense or not supported 2010-03-20 07:12:21 +01:00
Kbuild udhcp: move serverpacket.c into dhcpd.c, no other changes 2010-03-20 03:48:11 +01:00
leases.c udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
options.c udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
options.h udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
packet.c
script.c udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
signalpipe.c
socket.c
static_leases.c