diff options
author | Joachim Nilsson <joachim.nilsson@vmlinux.org> | 2010-11-28 23:01:18 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-28 23:01:18 +0100 |
commit | 714e2b7e6ab9cef6cb853c52b6c128d390964a25 (patch) | |
tree | 9286fc497e4e710c2670e815e3e96a0fb45f189c /include/usage.src.h | |
parent | 713d241852ec726ad07920476fa18d0f9d455246 (diff) | |
download | busybox-w32-714e2b7e6ab9cef6cb853c52b6c128d390964a25.tar.gz busybox-w32-714e2b7e6ab9cef6cb853c52b6c128d390964a25.tar.bz2 busybox-w32-714e2b7e6ab9cef6cb853c52b6c128d390964a25.zip |
ping: add -t TTL option
function old new delta
common_ping_main 1755 1796 +41
packed_usage 27954 27971 +17
bbconfig_config_bz2 4965 4966 +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 59/0) Total: 59 bytes
Signed-off-by: Joachim Nilsson <joachim.nilsson@vmlinux.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
-rw-r--r-- | include/usage.src.h | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index 30fef2440..7de2c6928 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -2859,61 +2859,6 @@ INSERT | |||
2859 | IF_FEATURE_PIDOF_OMIT( \ | 2859 | IF_FEATURE_PIDOF_OMIT( \ |
2860 | "$ pidof /bin/sh -o %PPID\n20351 5950") | 2860 | "$ pidof /bin/sh -o %PPID\n20351 5950") |
2861 | 2861 | ||
2862 | #if !ENABLE_FEATURE_FANCY_PING | ||
2863 | #define ping_trivial_usage \ | ||
2864 | "host" | ||
2865 | #define ping_full_usage "\n\n" \ | ||
2866 | "Send ICMP ECHO_REQUEST packets to network hosts" | ||
2867 | #define ping6_trivial_usage \ | ||
2868 | "host" | ||
2869 | #define ping6_full_usage "\n\n" \ | ||
2870 | "Send ICMP ECHO_REQUEST packets to network hosts" | ||
2871 | #else | ||
2872 | #define ping_trivial_usage \ | ||
2873 | "[OPTIONS] HOST" | ||
2874 | #define ping_full_usage "\n\n" \ | ||
2875 | "Send ICMP ECHO_REQUEST packets to network hosts\n" \ | ||
2876 | "\nOptions:" \ | ||
2877 | "\n -4,-6 Force IP or IPv6 name resolution" \ | ||
2878 | "\n -c CNT Send only CNT pings" \ | ||
2879 | "\n -s SIZE Send SIZE data bytes in packets (default:56)" \ | ||
2880 | "\n -I IFACE/IP Use interface or IP address as source" \ | ||
2881 | "\n -W SEC Seconds to wait for the first response (default:10)" \ | ||
2882 | "\n (after all -c CNT packets are sent)" \ | ||
2883 | "\n -w SEC Seconds until ping exits (default:infinite)" \ | ||
2884 | "\n (can exit earlier with -c CNT)" \ | ||
2885 | "\n -q Quiet, only displays output at start" \ | ||
2886 | "\n and when finished" \ | ||
2887 | |||
2888 | #define ping6_trivial_usage \ | ||
2889 | "[OPTIONS] HOST" | ||
2890 | #define ping6_full_usage "\n\n" \ | ||
2891 | "Send ICMP ECHO_REQUEST packets to network hosts\n" \ | ||
2892 | "\nOptions:" \ | ||
2893 | "\n -c CNT Send only CNT pings" \ | ||
2894 | "\n -s SIZE Send SIZE data bytes in packets (default:56)" \ | ||
2895 | "\n -I IFACE/IP Use interface or IP address as source" \ | ||
2896 | "\n -q Quiet, only displays output at start" \ | ||
2897 | "\n and when finished" \ | ||
2898 | |||
2899 | #endif | ||
2900 | #define ping_example_usage \ | ||
2901 | "$ ping localhost\n" \ | ||
2902 | "PING slag (127.0.0.1): 56 data bytes\n" \ | ||
2903 | "64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=20.1 ms\n" \ | ||
2904 | "\n" \ | ||
2905 | "--- debian ping statistics ---\n" \ | ||
2906 | "1 packets transmitted, 1 packets received, 0% packet loss\n" \ | ||
2907 | "round-trip min/avg/max = 20.1/20.1/20.1 ms\n" | ||
2908 | #define ping6_example_usage \ | ||
2909 | "$ ping6 ip6-localhost\n" \ | ||
2910 | "PING ip6-localhost (::1): 56 data bytes\n" \ | ||
2911 | "64 bytes from ::1: icmp6_seq=0 ttl=64 time=20.1 ms\n" \ | ||
2912 | "\n" \ | ||
2913 | "--- ip6-localhost ping statistics ---\n" \ | ||
2914 | "1 packets transmitted, 1 packets received, 0% packet loss\n" \ | ||
2915 | "round-trip min/avg/max = 20.1/20.1/20.1 ms\n" | ||
2916 | |||
2917 | #define pipe_progress_trivial_usage NOUSAGE_STR | 2862 | #define pipe_progress_trivial_usage NOUSAGE_STR |
2918 | #define pipe_progress_full_usage "" | 2863 | #define pipe_progress_full_usage "" |
2919 | 2864 | ||