hush/networking/udhcp
Denys Vlasenko 8d1144565f udhcpc: do not test for srand init, just do it at the start
function                                             old     new   delta
udhcpc_main                                         2855    2867     +12
static.initialized                                     1       -      -1
client_background                                     32      31      -1
perform_release                                      124     122      -2
random_xid                                            38       -     -38
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 1/2 up/down: 12/-42)            Total: -30 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-03-22 13:44:09 +01:00
..
arpping.c *: eliminate more aliasing warnings 2010-02-04 18:41:18 +01:00
common.c
common.h udhcp: merge clientpacket.c into dhcpc.c 2010-03-22 13:43:12 +01:00
Config.in
dhcpc.c udhcpc: do not test for srand init, just do it at the start 2010-03-22 13:44:09 +01:00
dhcpc.h udhcp: merge clientpacket.c into dhcpc.c 2010-03-22 13:43:12 +01:00
dhcpd.c dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip... 2010-03-21 06:46:09 +01:00
dhcpd.h udhcp: tweak udhcpd.conf example and comments. no code changes 2010-03-21 02:22:07 +01:00
dhcprelay.c udhcp: shorten mac len from 16 to 6 in lease file 2009-06-17 11:57:09 +02:00
domain_codec.c
dumpleases.c further work on unicodization 2010-01-30 23:16:21 +01:00
files.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
Kbuild udhcp: merge clientpacket.c into dhcpc.c 2010-03-22 13:43:12 +01:00
leases.c udhcp: code shrink; disable time and log server options 2010-03-21 00:43:11 +01:00
options.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
options.h udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
packet.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
script.c udhcpd: untangle incredibly messy handling of DHCPREQUEST 2010-03-21 06:15:28 +01:00
signalpipe.c
socket.c
static_leases.c