busybox/networking/udhcp
Denys Vlasenko 06076494da udhcpd: use ptr_to_globals for its lone global data (g_leases)
function                                             old     new   delta
udhcpd_main                                         1461    1463      +2
add_lease                                            320     318      -2
g_leases                                               4       -      -4
write_leases                                         223     214      -9
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/2 up/down: 2/-15)             Total: -13 bytes
   text	   data	    bss	    dec	    hex	filename
 933232	    481	   6856	 940569	  e5a19	busybox_old
 933223	    481	   6852	 940556	  e5a0c	busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-02-01 10:41:14 +01:00
..
arpping.c dhcp: merge leases.c and static_leases.c into dhcpd.c 2016-10-04 00:56:58 +02:00
common.c udhcpc6: make -O OPT work 2017-06-28 19:18:17 +02:00
common.h udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus 2017-09-29 16:02:11 +02:00
Config.src udhcpc6: --help fixes 2018-01-16 22:23:38 +01:00
d6_common.h udhcpc6: add support of prefix delegation 2018-01-16 21:39:14 +01:00
d6_dhcpc.c udhcpc6: fix for ppp interface type 2018-01-19 18:44:19 +01:00
d6_packet.c udhcpc[6]: make log2 messages for chaddr field indented like the rest 2017-09-29 18:02:01 +02:00
d6_socket.c udhcpc6: additional fix for ppp interface type 2018-01-23 16:46:31 +01:00
dhcpc.c udhcpc[6]: remove overzealous timeout clamping code 2018-01-17 13:55:51 +01:00
dhcpc.h udhcpc6: make -O OPT work 2017-06-28 19:18:17 +02:00
dhcpd.c udhcpd: use ptr_to_globals for its lone global data (g_leases) 2018-02-01 10:41:14 +01:00
dhcpd.h dhcp: merge leases.c and static_leases.c into dhcpd.c 2016-10-04 00:56:58 +02:00
dhcprelay.c dhcprelay: code shrink 2018-01-08 10:14:17 +01:00
domain_codec.c whitespace and comment format fixes, no code changes 2017-10-05 14:40:24 +02:00
dumpleases.c getopt32: remove opt_complementary 2017-08-08 21:55:02 +02:00
Kbuild.src fix breakage found by mass one-applet builds 2016-12-23 02:42:26 +01:00
packet.c udhcpc[6]: make log2 messages for chaddr field indented like the rest 2017-09-29 18:02:01 +02:00
signalpipe.c udhcp: use poll() instead of select() 2017-02-16 23:25:44 +01:00
socket.c udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 level 2017-07-24 13:37:38 +02:00