hush/networking
Denys Vlasenko 9ba75048c0 udhcpc6: new applet. Not yet functional.
It builds. It sends Solicit packets. Not sure these packets are well-formed.
I have no server to test it against.

function                                             old     new   delta
udhcpc6_main                                           -    2426   +2426
d6_send_raw_packet                                     -     428    +428
d6_send_kernel_packet                                  -     274    +274
d6_recv_raw_packet                                     -     248    +248
send_d6_discover                                       -     177    +177
packed_usage                                       28795   28966    +171
d6_run_script                                          -     156    +156
send_d6_renew                                          -     140    +140
send_d6_release                                        -     126    +126
d6_recv_kernel_packet                                  -     116    +116
send_d6_select                                         -      95     +95
perform_d6_release                                     -      78     +78
d6_find_option                                         -      74     +74
init_d6_packet                                         -      54     +54
d6_copy_option                                         -      48     +48
d6_mcast_from_client_config_ifindex                    -      42     +42
d6_dump_packet                                         -      24     +24
static.FF02__1_2                                       -      16     +16
d6_store_blob                                          -      13     +13
applet_names                                        2432    2440      +8
applet_main                                         1412    1416      +4
applet_nameofs                                       706     708      +2
add_d6_client_options                                  -       1      +1
------------------------------------------------------------------------------
(add/remove: 21/0 grow/shrink: 4/0 up/down: 4721/0)          Total: 4721 bytes
   text	   data	    bss	    dec	    hex	filename
 879080	    493	   7584	 887157	  d8975	busybox_old
 884585	    497	   7584	 892666	  d9efa	busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-11-07 15:55:39 +01:00
..
libiproute iplink: tweak includes to work on android 2011-06-12 17:15:16 +02:00
udhcp udhcpc6: new applet. Not yet functional. 2011-11-07 15:55:39 +01:00
arp.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
arping.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
brctl.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
Config.src nameif: add matching by phy_address=NUM; extend help text 2011-03-06 19:42:51 +01:00
dnsd.c typo fixes 2011-07-08 05:47:49 +02:00
ether-wake.c *: simplify Ethernet header includes 2011-06-10 05:17:59 +02:00
ftpd.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
ftpgetput.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
hostname.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
httpd_indexcgi.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
httpd_post_upload.txt httpd_post_upload.txt example: handle binary files too 2009-11-13 09:37:50 +01:00
httpd_ssi.c whitespace fixes 2011-02-03 00:05:48 +01:00
httpd.c wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. 2011-09-11 21:04:02 +02:00
ifconfig.c *: simplify Ethernet header includes 2011-06-10 05:17:59 +02:00
ifenslave.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
ifplugd.c *: simplify Ethernet header includes 2011-06-10 05:17:59 +02:00
ifupdown.c ifupdown: code shrink 2011-10-19 02:37:08 +02:00
inetd.c start_stop_daemon: set complementary group ids too. Closes 3253 2011-09-15 18:27:05 +02:00
interface.c *: simplify Ethernet header includes 2011-06-10 05:17:59 +02:00
ip.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
ipcalc.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
isrv_identd.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
isrv.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
isrv.h *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
Kbuild.src ping: add -t TTL option 2010-11-28 23:01:18 +01:00
nameif.c Replaced __u32 etc. with standard uint32_t style types 2011-06-10 05:34:05 +02:00
nbd-client.c mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo 2011-01-18 13:58:01 +01:00
nc_bloaty.c nc: small code shrink 2011-10-19 22:31:01 +02:00
nc.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
netstat.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
nslookup.c move remaining help text from include/usage.src.h 2011-04-11 03:29:49 +02:00
ntpd_simple.c whitespace cleanup 2010-10-29 11:46:52 +02:00
ntpd.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
ping.c ping: display real IPv6 response address. Hopefully closes 3745. 2011-09-11 20:27:28 +02:00
pscan.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
route.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
slattach.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
tc.c Replaced __u32 etc. with standard uint32_t style types 2011-06-10 05:34:05 +02:00
tcpudp_perhost.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tcpudp_perhost.h *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tcpudp.c tcpudp: simplify help text 2011-07-25 16:35:44 +02:00
telnet.c more tweak for bionic 2011-07-08 08:49:40 +02:00
telnetd.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
telnetd.ctrlSQ.patch *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
tftp.c tftp: mode string is case independent 2011-10-06 17:19:09 +02:00
traceroute.c networking: consolidate the IP checksum code. -129 bytes. 2011-09-07 17:55:40 +02:00
tunctl.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
vconfig.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
wget.c wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. 2011-09-11 21:04:02 +02:00
whois.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
zcip.c add INIT_G()'s. No code changes. 2011-09-21 01:59:15 +02:00