busybox/networking/libiproute
Denis Vlasenko 76140a77c9 networking/libiproute/*: code shrink by optimizing numeric conversions
and other misc stuff

function                                             old     new   delta
print_tunnel                                         660     656      -4
format_host                                            5       -      -5
get_unsigned                                          70      54     -16
get_u32                                               70      54     -16
do_iplink                                           1173    1151     -22
get_prefix                                           417     393     -24
print_rule                                           800     771     -29
print_addrinfo                                      1374    1342     -32
print_route                                         1745    1709     -36
iprule_modify                                        905     866     -39
iproute_modify                                      1105    1048     -57
get_integer                                           70       -     -70
parse_args                                          1684    1440    -244
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 0/11 up/down: 0/-594)          Total: -594 bytes
   text    data     bss     dec     hex filename
 817378     476    7892  825746   c9992 busybox_old
 816784     476    7892  825152   c9740 busybox_unstripped
2009-03-05 09:21:57 +00:00
..
ip_common.h *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
ip_parse_common_args.c libiproute: fix option parsing, so that "ip -o link" works again. 2008-05-31 07:34:14 +00:00
ipaddress.c networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
iplink.c networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
iproute.c networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
iprule.c networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
iptunnel.c networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
Kbuild ll_types.c: optimize link type table, make it conditional 2007-10-29 19:33:26 +00:00
libnetlink.c optimize 16- and 32-bit moves 2008-12-08 22:56:18 +00:00
libnetlink.h libiproute: print_route() always uses stdout, do not pass FILE pointer to it. 2008-06-29 06:22:40 +00:00
ll_addr.c optimize 16- and 32-bit moves 2008-12-08 22:56:18 +00:00
ll_map.c libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ 2008-12-10 14:14:09 +00:00
ll_map.h - make the first arg of the filter function passed to rtnl_dump_filter constant 2008-06-12 15:54:49 +00:00
ll_proto.c networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
ll_types.c - add appropriate string for arp header #32 for use by ip(8) 2008-05-16 16:21:00 +00:00
rt_names.c fix several problems with config parser: 2008-07-26 23:08:31 +00:00
rt_names.h - add WIP stub for tc. 2008-09-04 13:22:58 +00:00
rtm_map.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
rtm_map.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
utils.c networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
utils.h networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00