hush/networking/udhcp
Denys Vlasenko 97ef65483a udhcpc: support option 0x79 (static routes) (part of bug 341)
function                                             old     new   delta
xmalloc_optname_optval                                 -     583    +583
dhcp_option_strings                                  258     266      +8
dhcp_options                                          70      72      +2
len_of_option_as_string                               11      12      +1
dhcp_option_lengths                                   11      12      +1
udhcp_run_script                                    1187     669    -518
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 4/1 up/down: 595/-518)           Total: 77 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-07-03 18:14:03 +02:00
..
arpping.c udhcp: cosmetics in arpping.c, no code changes 2009-06-17 13:56:50 +02:00
clientpacket.c udhcp: dname_dec may return NULL, account for that case 2009-07-03 16:59:59 +02:00
clientsocket.c udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v 2009-06-17 11:54:52 +02:00
common.c udhcp: logging improvements, field and variable renames 2009-06-17 13:24:03 +02:00
common.h udhcp: logging improvements, field and variable renames 2009-06-17 13:24:03 +02:00
Config.in udhcp: fix trivial compile error 2009-06-19 13:51:29 +02:00
dhcpc.c udhcpc: fix a read error loop (e.g.: device is down) blocking TERM 2009-06-26 23:23:16 +02:00
dhcpc.h udhcp: shorten mac len from 16 to 6 in lease file 2009-06-17 11:57:09 +02:00
dhcpd.c udhcp: logging improvements, field and variable renames 2009-06-17 13:24:03 +02:00
dhcpd.h udhcp: convert old-style logging in print_static_leases 2009-06-17 13:44:04 +02: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 udhcp: dname_dec may return NULL, account for that case 2009-07-03 16:59:59 +02:00
dumpleases.c getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS 2009-06-19 12:10:38 +02:00
files.c udhcp: convert old-style logging in print_static_leases 2009-06-17 13:44:04 +02:00
Kbuild build system: tidying up CONFIG_xxx names (suggested by Rob) 2008-11-06 00:49:59 +00:00
leases.c udhcp: logging improvements, field and variable renames 2009-06-17 13:24:03 +02:00
options.c udhcpc: support option 0x79 (static routes) (part of bug 341) 2009-07-03 18:14:03 +02:00
options.h udhcpc: support option 0x79 (static routes) (part of bug 341) 2009-07-03 18:14:03 +02:00
packet.c udhcp: fix trivial compile error 2009-06-19 13:51:29 +02:00
script.c udhcpc: support option 0x79 (static routes) (part of bug 341) 2009-07-03 18:14:03 +02:00
serverpacket.c udhcp: logging improvements, field and variable renames 2009-06-17 13:24:03 +02:00
signalpipe.c dhcp: add FAST_FUNC as appropriate. -160 bytes. 2008-09-26 09:34:59 +00:00
socket.c udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v 2009-06-17 11:54:52 +02:00
static_leases.c udhcp: convert old-style logging in print_static_leases 2009-06-17 13:44:04 +02:00