diff options
author | Bartosz Golaszewski <bartekgola@gmail.com> | 2013-07-25 04:39:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-25 04:39:04 +0200 |
commit | c19be75d57ff42dee54b53e21b3eb4723b8cf243 (patch) | |
tree | 7fc65e75d2c91ee1021e327aaa4e1ba0e81ccb15 /include | |
parent | b855460adcda8dfb18ac36755f128ce32088ae87 (diff) | |
download | busybox-w32-c19be75d57ff42dee54b53e21b3eb4723b8cf243.tar.gz busybox-w32-c19be75d57ff42dee54b53e21b3eb4723b8cf243.tar.bz2 busybox-w32-c19be75d57ff42dee54b53e21b3eb4723b8cf243.zip |
networking: code shrink
function old new delta
in_ether - 124 +124
hexchar2int 42 - -42
ifconfig_main 1237 1106 -131
ether_input 141 - -141
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 0/1 up/down: 124/-314) Total: -190 bytes
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index f22c1252b..83e9b5fb9 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1140,6 +1140,7 @@ struct hwtype { | |||
1140 | }; | 1140 | }; |
1141 | extern smallint interface_opt_a; | 1141 | extern smallint interface_opt_a; |
1142 | int display_interfaces(char *ifname) FAST_FUNC; | 1142 | int display_interfaces(char *ifname) FAST_FUNC; |
1143 | int in_ether(const char *bufp, struct sockaddr *sap) FAST_FUNC; | ||
1143 | #if ENABLE_FEATURE_HWIB | 1144 | #if ENABLE_FEATURE_HWIB |
1144 | int in_ib(const char *bufp, struct sockaddr *sap) FAST_FUNC; | 1145 | int in_ib(const char *bufp, struct sockaddr *sap) FAST_FUNC; |
1145 | #else | 1146 | #else |