busybox/networking/udhcp
Denys Vlasenko a8f6b99987 udhcp: move options.c to common.c; disable unused bool and s16 option code
function                                             old     new   delta
udhcp_add_binary_option                                -      94     +94
udhcp_str2nip                                          -      42     +42
len_of_option_as_string                               12      10      -2
dhcp_option_lengths                                   12      10      -2
udhcpc_main                                         2859    2851      -8
read_nip                                              42       -     -42
xmalloc_optname_optval                               590     536     -54
udhcp_str2optset                                     443     366     -77
udhcp_add_option_string                               86       -     -86
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 0/5 up/down: 136/-271)         Total: -135 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-03-26 08:35:24 +01:00
..
arpping.c *: eliminate more aliasing warnings 2010-02-04 18:41:18 +01:00
common.c udhcp: move options.c to common.c; disable unused bool and s16 option code 2010-03-26 08:35:24 +01:00
common.h udhcp: move options.c to common.c; disable unused bool and s16 option code 2010-03-26 08:35:24 +01:00
Config.in replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest 2009-12-11 02:21:10 +01:00
dhcpc.c udhcp: move options.c to common.c; disable unused bool and s16 option code 2010-03-26 08:35:24 +01:00
dhcpc.h udhcpc: add -x OPT:VAL option 2010-03-25 20:32:38 +01:00
dhcpd.c udhcp: move options.c to common.c; disable unused bool and s16 option code 2010-03-26 08:35:24 +01:00
dhcpd.h udhcp: move options.c to common.c; disable unused bool and s16 option code 2010-03-26 08:35:24 +01:00
dhcprelay.c udhcp: merge options.h into common.h, script.c into dhcpc.c 2010-03-22 14:29:13 +01:00
domain_codec.c udhcp: add testing bits to dns en/decoder 2010-03-24 16:43:16 +01:00
dumpleases.c further work on unicodization 2010-01-30 23:16:21 +01:00
files.c udhcp: move options.c to common.c; disable unused bool and s16 option code 2010-03-26 08:35:24 +01:00
Kbuild udhcp: move options.c to common.c; disable unused bool and s16 option code 2010-03-26 08:35:24 +01:00
leases.c udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
packet.c udhcp: handle errors in read_staticlease 2010-03-23 15:43:08 +01:00
signalpipe.c *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
socket.c Patches to enable FreeBSD build 2009-07-05 03:34:12 +02:00
static_leases.c