arping: fix a bug where there is implicit count of 4G;
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 23 Nov 2007 09:15:26 +0000 (09:15 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 23 Nov 2007 09:15:26 +0000 (09:15 -0000)
commitfff9b699f19bf4e687b755f3a0faecbe958258a9
treefad71af79fdd3ab44a5285fc883b53341f72cd38
parent3831c91c95116b9a9b28f67e998e53a80b3e33bd
arping: fix a bug where there is implicit count of 4G;
eliminate data/bss usage; code shrink

function                                             old     new   delta
timeout_us                                             4       -      -4
static.start                                           4       -      -4
src                                                    4       -      -4
sock                                                   4       -      -4
sent                                                   4       -      -4
req_recv                                               4       -      -4
received                                               4       -      -4
last                                                   4       -      -4
dst                                                    4       -      -4
count                                                  4       -      -4
brd_sent                                               4       -      -4
brd_recv                                               4       -      -4
catcher                                              375     365     -10
me                                                    20       -     -20
he                                                    20       -     -20
arping_main                                         1941    1874     -67
------------------------------------------------------------------------------
(add/remove: 0/14 grow/shrink: 0/2 up/down: 0/-165)          Total: -165 bytes
   text    data     bss     dec     hex filename
 783035     941    9244  793220   c1a84 busybox_old
 782907     937    9156  793000   c19a8 busybox_unstripped
networking/arping.c