blob: 46a3889da3d783f97501cd6890f5f4bc53436f9b [file] [log] [blame]
Erik Andersene49d5ec2000-02-08 19:58:47 +00001/* vi: set sw=4 ts=4: */
Eric Andersen485b9551999-12-07 23:14:59 +00002/*
Eric Andersen485b9551999-12-07 23:14:59 +00003 * Mini ping implementation for busybox
4 *
5 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
6 *
Rob Landley42eddba2005-12-15 08:04:17 +00007 * Adapted from the ping in netkit-base 0.10:
Eric Andersen485b9551999-12-07 23:14:59 +00008 * Copyright (c) 1989 The Regents of the University of California.
Denis Vlasenko35d4da02007-01-22 14:04:27 +00009 * All rights reserved.
10 *
11 * This code is derived from software contributed to Berkeley by
12 * Mike Muuss.
Eric Andersen485b9551999-12-07 23:14:59 +000013 *
Denys Vlasenko0ef64bd2010-08-16 20:14:46 +020014 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
Eric Andersen485b9551999-12-07 23:14:59 +000015 */
Denis Vlasenkob9a279b2007-01-24 23:53:22 +000016/* from ping6.c:
17 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
18 *
19 * This version of ping is adapted from the ping in netkit-base 0.10,
20 * which is:
21 *
22 * Original copyright notice is retained at the end of this file.
23 *
24 * This version is an adaptation of ping.c from busybox.
25 * The code was modified by Bart Visscher <magick@linux-fan.com>
26 */
Eric Andersen485b9551999-12-07 23:14:59 +000027
Denis Vlasenkob9a279b2007-01-24 23:53:22 +000028#include <net/if.h>
Eric Andersen485b9551999-12-07 23:14:59 +000029#include <netinet/ip_icmp.h>
Denis Vlasenkob6adbf12007-05-26 19:00:18 +000030#include "libbb.h"
Denis Vlasenkoe9356022007-01-29 18:03:54 +000031
Tanguy Pruvot8aeb3712011-06-30 08:59:26 +020032#ifdef __BIONIC__
33/* should be in netinet/ip_icmp.h */
Denys Vlasenko14bd16a2011-07-08 08:49:40 +020034# define ICMP_DEST_UNREACH 3 /* Destination Unreachable */
35# define ICMP_SOURCE_QUENCH 4 /* Source Quench */
36# define ICMP_REDIRECT 5 /* Redirect (change route) */
37# define ICMP_ECHO 8 /* Echo Request */
38# define ICMP_TIME_EXCEEDED 11 /* Time Exceeded */
39# define ICMP_PARAMETERPROB 12 /* Parameter Problem */
40# define ICMP_TIMESTAMP 13 /* Timestamp Request */
41# define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
42# define ICMP_INFO_REQUEST 15 /* Information Request */
43# define ICMP_INFO_REPLY 16 /* Information Reply */
44# define ICMP_ADDRESS 17 /* Address Mask Request */
45# define ICMP_ADDRESSREPLY 18 /* Address Mask Reply */
Tanguy Pruvot8aeb3712011-06-30 08:59:26 +020046#endif
47
Joachim Nilsson714e2b72010-11-28 23:01:18 +010048//config:config PING
49//config: bool "ping"
50//config: default y
Denys Vlasenkoe3b1a1f2011-02-26 22:24:08 +010051//config: select PLATFORM_LINUX
Joachim Nilsson714e2b72010-11-28 23:01:18 +010052//config: help
53//config: ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
54//config: elicit an ICMP ECHO_RESPONSE from a host or gateway.
55//config:
56//config:config PING6
57//config: bool "ping6"
58//config: default y
59//config: depends on FEATURE_IPV6 && PING
60//config: help
61//config: This will give you a ping that can talk IPv6.
62//config:
63//config:config FEATURE_FANCY_PING
64//config: bool "Enable fancy ping output"
65//config: default y
66//config: depends on PING
67//config: help
68//config: Make the output from the ping applet include statistics, and at the
69//config: same time provide full support for ICMP packets.
70
Denys Vlasenkob9f2d9f2011-01-18 13:58:01 +010071/* Needs socket(AF_INET, SOCK_RAW, IPPROTO_ICMP), therefore BB_SUID_MAYBE: */
72//applet:IF_PING(APPLET(ping, BB_DIR_BIN, BB_SUID_MAYBE))
73//applet:IF_PING6(APPLET(ping6, BB_DIR_BIN, BB_SUID_MAYBE))
Joachim Nilsson714e2b72010-11-28 23:01:18 +010074
75//kbuild:lib-$(CONFIG_PING) += ping.o
76//kbuild:lib-$(CONFIG_PING6) += ping.o
77
78//usage:#if !ENABLE_FEATURE_FANCY_PING
79//usage:# define ping_trivial_usage
80//usage: "HOST"
81//usage:# define ping_full_usage "\n\n"
82//usage: "Send ICMP ECHO_REQUEST packets to network hosts"
83//usage:# define ping6_trivial_usage
84//usage: "HOST"
85//usage:# define ping6_full_usage "\n\n"
86//usage: "Send ICMP ECHO_REQUEST packets to network hosts"
87//usage:#else
88//usage:# define ping_trivial_usage
89//usage: "[OPTIONS] HOST"
90//usage:# define ping_full_usage "\n\n"
91//usage: "Send ICMP ECHO_REQUEST packets to network hosts\n"
maxwen27116ba2015-08-14 21:41:28 +020092//usage: IF_PING6(
Joachim Nilsson714e2b72010-11-28 23:01:18 +010093//usage: "\n -4,-6 Force IP or IPv6 name resolution"
maxwen27116ba2015-08-14 21:41:28 +020094//usage: )
Joachim Nilsson714e2b72010-11-28 23:01:18 +010095//usage: "\n -c CNT Send only CNT pings"
96//usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)"
97//usage: "\n -t TTL Set TTL"
98//usage: "\n -I IFACE/IP Use interface or IP address as source"
99//usage: "\n -W SEC Seconds to wait for the first response (default:10)"
100//usage: "\n (after all -c CNT packets are sent)"
101//usage: "\n -w SEC Seconds until ping exits (default:infinite)"
102//usage: "\n (can exit earlier with -c CNT)"
103//usage: "\n -q Quiet, only displays output at start"
104//usage: "\n and when finished"
105//usage:
106//usage:# define ping6_trivial_usage
107//usage: "[OPTIONS] HOST"
108//usage:# define ping6_full_usage "\n\n"
109//usage: "Send ICMP ECHO_REQUEST packets to network hosts\n"
Joachim Nilsson714e2b72010-11-28 23:01:18 +0100110//usage: "\n -c CNT Send only CNT pings"
111//usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)"
112//usage: "\n -I IFACE/IP Use interface or IP address as source"
113//usage: "\n -q Quiet, only displays output at start"
114//usage: "\n and when finished"
115//usage:
116//usage:#endif
117//usage:
118//usage:#define ping_example_usage
119//usage: "$ ping localhost\n"
120//usage: "PING slag (127.0.0.1): 56 data bytes\n"
121//usage: "64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=20.1 ms\n"
122//usage: "\n"
123//usage: "--- debian ping statistics ---\n"
124//usage: "1 packets transmitted, 1 packets received, 0% packet loss\n"
125//usage: "round-trip min/avg/max = 20.1/20.1/20.1 ms\n"
126//usage:#define ping6_example_usage
127//usage: "$ ping6 ip6-localhost\n"
128//usage: "PING ip6-localhost (::1): 56 data bytes\n"
129//usage: "64 bytes from ::1: icmp6_seq=0 ttl=64 time=20.1 ms\n"
130//usage: "\n"
131//usage: "--- ip6-localhost ping statistics ---\n"
132//usage: "1 packets transmitted, 1 packets received, 0% packet loss\n"
133//usage: "round-trip min/avg/max = 20.1/20.1/20.1 ms\n"
134
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000135#if ENABLE_PING6
Denys Vlasenkoad7d94b2009-11-20 18:12:12 +0100136# include <netinet/icmp6.h>
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000137/* I see RENUMBERED constants in bits/in.h - !!?
138 * What a fuck is going on with libc? Is it a glibc joke? */
Denys Vlasenkoad7d94b2009-11-20 18:12:12 +0100139# ifdef IPV6_2292HOPLIMIT
140# undef IPV6_HOPLIMIT
141# define IPV6_HOPLIMIT IPV6_2292HOPLIMIT
142# endif
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000143#endif
Eric Andersen485b9551999-12-07 23:14:59 +0000144
Rob Landleybc68cd12006-03-10 19:22:06 +0000145enum {
146 DEFDATALEN = 56,
147 MAXIPLEN = 60,
148 MAXICMPLEN = 76,
Rob Landleybc68cd12006-03-10 19:22:06 +0000149 MAX_DUP_CHK = (8 * 128),
150 MAXWAIT = 10,
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000151 PINGINTERVAL = 1, /* 1 second */
maxwen27116ba2015-08-14 21:41:28 +0200152 pingsock = 0,
Rob Landleybc68cd12006-03-10 19:22:06 +0000153};
Eric Andersen485b9551999-12-07 23:14:59 +0000154
maxwen27116ba2015-08-14 21:41:28 +0200155static void
156#if ENABLE_PING6
157create_icmp_socket(len_and_sockaddr *lsa)
158#else
159create_icmp_socket(void)
160#define create_icmp_socket(lsa) create_icmp_socket()
161#endif
162{
163 int sock;
164#if ENABLE_PING6
165 if (lsa->u.sa.sa_family == AF_INET6)
166 sock = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6);
167 else
168#endif
169 sock = socket(AF_INET, SOCK_RAW, 1); /* 1 == ICMP */
170 if (sock < 0) {
171 if (errno != EPERM)
172 bb_perror_msg_and_die("%s", bb_msg_can_not_create_raw_socket);
173#if defined(__linux__) || defined(__APPLE__)
174 /* We don't have root privileges. Try SOCK_DGRAM instead.
175 * Linux needs net.ipv4.ping_group_range for this to work.
176 * MacOSX allows ICMP_ECHO, ICMP_TSTAMP or ICMP_MASKREQ
177 */
178#if ENABLE_PING6
179 if (lsa->u.sa.sa_family == AF_INET6)
180 sock = socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6);
181 else
182#endif
183 sock = socket(AF_INET, SOCK_DGRAM, 1); /* 1 == ICMP */
184 if (sock < 0)
185#endif
186 bb_error_msg_and_die("%s", bb_msg_perm_denied_are_you_root);
187 }
188
189 xmove_fd(sock, pingsock);
190}
191
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000192#if !ENABLE_FEATURE_FANCY_PING
Denis Vlasenko4a5cf162006-11-20 00:48:22 +0000193
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100194/* Simple version */
Denis Vlasenko4a5cf162006-11-20 00:48:22 +0000195
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100196struct globals {
197 char *hostname;
198 char packet[DEFDATALEN + MAXIPLEN + MAXICMPLEN];
199} FIX_ALIASING;
200#define G (*(struct globals*)&bb_common_bufsiz1)
201#define INIT_G() do { } while (0)
Denis Vlasenkocb6874c2006-09-02 16:13:36 +0000202
Denis Vlasenkoa60f84e2008-07-05 09:18:54 +0000203static void noresp(int ign UNUSED_PARAM)
Eric Andersenb5474c42002-03-20 11:59:28 +0000204{
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100205 printf("No response from %s\n", G.hostname);
Eric Andersen4e486a52003-01-12 06:08:33 +0000206 exit(EXIT_FAILURE);
Eric Andersenb5474c42002-03-20 11:59:28 +0000207}
Eric Andersen19db07b1999-12-11 08:41:28 +0000208
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000209static void ping4(len_and_sockaddr *lsa)
Eric Andersen19db07b1999-12-11 08:41:28 +0000210{
Erik Andersene49d5ec2000-02-08 19:58:47 +0000211 struct icmp *pkt;
maxwen27116ba2015-08-14 21:41:28 +0200212 int c;
Erik Andersene49d5ec2000-02-08 19:58:47 +0000213
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100214 pkt = (struct icmp *) G.packet;
maxwen27116ba2015-08-14 21:41:28 +0200215 /*memset(pkt, 0, sizeof(G.packet)); already is */
Erik Andersene49d5ec2000-02-08 19:58:47 +0000216 pkt->icmp_type = ICMP_ECHO;
Tanguy Pruvot8a6c2c22012-04-28 00:24:09 +0200217 pkt->icmp_cksum = inet_cksum((uint16_t *) pkt, sizeof(G.packet));
Erik Andersene49d5ec2000-02-08 19:58:47 +0000218
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100219 xsendto(pingsock, G.packet, DEFDATALEN + ICMP_MINLEN, &lsa->u.sa, lsa->len);
Erik Andersene49d5ec2000-02-08 19:58:47 +0000220
Erik Andersene49d5ec2000-02-08 19:58:47 +0000221 /* listen for replies */
222 while (1) {
maxwen27116ba2015-08-14 21:41:28 +0200223#if 0
Erik Andersene49d5ec2000-02-08 19:58:47 +0000224 struct sockaddr_in from;
Mike Frysinger03e827a2005-07-26 23:00:59 +0000225 socklen_t fromlen = sizeof(from);
Erik Andersene49d5ec2000-02-08 19:58:47 +0000226
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100227 c = recvfrom(pingsock, G.packet, sizeof(G.packet), 0,
Denis Vlasenko806116b2006-12-31 12:14:16 +0000228 (struct sockaddr *) &from, &fromlen);
maxwen27116ba2015-08-14 21:41:28 +0200229#else
230 c = recv(pingsock, G.packet, sizeof(G.packet), 0);
231#endif
Denis Vlasenko806116b2006-12-31 12:14:16 +0000232 if (c < 0) {
Denis Vlasenko44c2eb22007-01-08 23:55:33 +0000233 if (errno != EINTR)
234 bb_perror_msg("recvfrom");
Erik Andersene49d5ec2000-02-08 19:58:47 +0000235 continue;
236 }
237 if (c >= 76) { /* ip + icmp */
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100238 struct iphdr *iphdr = (struct iphdr *) G.packet;
Erik Andersene49d5ec2000-02-08 19:58:47 +0000239
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100240 pkt = (struct icmp *) (G.packet + (iphdr->ihl << 2)); /* skip ip hdr */
Erik Andersene49d5ec2000-02-08 19:58:47 +0000241 if (pkt->icmp_type == ICMP_ECHOREPLY)
242 break;
243 }
244 }
Denis Vlasenko9adc6ce2007-01-22 22:45:27 +0000245 if (ENABLE_FEATURE_CLEAN_UP)
246 close(pingsock);
Eric Andersen19db07b1999-12-11 08:41:28 +0000247}
248
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000249#if ENABLE_PING6
250static void ping6(len_and_sockaddr *lsa)
251{
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000252 struct icmp6_hdr *pkt;
maxwen27116ba2015-08-14 21:41:28 +0200253 int c;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000254 int sockopt;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000255
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100256 pkt = (struct icmp6_hdr *) G.packet;
maxwen27116ba2015-08-14 21:41:28 +0200257 /*memset(pkt, 0, sizeof(G.packet)); already is */
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000258 pkt->icmp6_type = ICMP6_ECHO_REQUEST;
259
260 sockopt = offsetof(struct icmp6_hdr, icmp6_cksum);
261 setsockopt(pingsock, SOL_RAW, IPV6_CHECKSUM, &sockopt, sizeof(sockopt));
262
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100263 xsendto(pingsock, G.packet, DEFDATALEN + sizeof(struct icmp6_hdr), &lsa->u.sa, lsa->len);
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000264
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000265 /* listen for replies */
266 while (1) {
maxwen27116ba2015-08-14 21:41:28 +0200267#if 0
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000268 struct sockaddr_in6 from;
269 socklen_t fromlen = sizeof(from);
270
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100271 c = recvfrom(pingsock, G.packet, sizeof(G.packet), 0,
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000272 (struct sockaddr *) &from, &fromlen);
maxwen27116ba2015-08-14 21:41:28 +0200273#else
274 c = recv(pingsock, G.packet, sizeof(G.packet), 0);
275#endif
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000276 if (c < 0) {
277 if (errno != EINTR)
278 bb_perror_msg("recvfrom");
279 continue;
280 }
maxwen27116ba2015-08-14 21:41:28 +0200281 if (c >= ICMP_MINLEN) { /* icmp6_hdr */
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000282 if (pkt->icmp6_type == ICMP6_ECHO_REPLY)
283 break;
284 }
285 }
286 if (ENABLE_FEATURE_CLEAN_UP)
287 close(pingsock);
288}
289#endif
290
Denys Vlasenkoad7d94b2009-11-20 18:12:12 +0100291#if !ENABLE_PING6
292# define common_ping_main(af, argv) common_ping_main(argv)
293#endif
294static int common_ping_main(sa_family_t af, char **argv)
Eric Andersen19db07b1999-12-11 08:41:28 +0000295{
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000296 len_and_sockaddr *lsa;
Denis Vlasenko3483e852007-07-02 15:47:52 +0000297
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100298 INIT_G();
299
Denys Vlasenkoad7d94b2009-11-20 18:12:12 +0100300#if ENABLE_PING6
Denis Vlasenko3483e852007-07-02 15:47:52 +0000301 while ((++argv)[0] && argv[0][0] == '-') {
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000302 if (argv[0][1] == '4') {
303 af = AF_INET;
304 continue;
305 }
306 if (argv[0][1] == '6') {
307 af = AF_INET6;
308 continue;
309 }
Manuel Novoa III cad53642003-03-19 09:13:01 +0000310 bb_show_usage();
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000311 }
312#else
313 argv++;
314#endif
315
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100316 G.hostname = *argv;
317 if (!G.hostname)
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000318 bb_show_usage();
319
320#if ENABLE_PING6
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100321 lsa = xhost_and_af2sockaddr(G.hostname, 0, af);
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000322#else
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100323 lsa = xhost_and_af2sockaddr(G.hostname, 0, AF_INET);
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000324#endif
325 /* Set timer _after_ DNS resolution */
326 signal(SIGALRM, noresp);
327 alarm(5); /* give the host 5000ms to respond */
328
maxwen27116ba2015-08-14 21:41:28 +0200329 create_icmp_socket(lsa);
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000330#if ENABLE_PING6
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000331 if (lsa->u.sa.sa_family == AF_INET6)
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000332 ping6(lsa);
333 else
334#endif
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000335 ping4(lsa);
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100336 printf("%s is alive!\n", G.hostname);
Matt Kraai3e856ce2000-12-01 02:55:13 +0000337 return EXIT_SUCCESS;
Eric Andersen19db07b1999-12-11 08:41:28 +0000338}
339
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000340
341#else /* FEATURE_FANCY_PING */
342
Denis Vlasenko4a5cf162006-11-20 00:48:22 +0000343
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100344/* Full(er) version */
Denis Vlasenko4a5cf162006-11-20 00:48:22 +0000345
maxwen27116ba2015-08-14 21:41:28 +0200346#define OPT_STRING ("qvc:s:t:w:W:I:n4" IF_PING6("6"))
Denis Vlasenko4a5cf162006-11-20 00:48:22 +0000347enum {
348 OPT_QUIET = 1 << 0,
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000349 OPT_VERBOSE = 1 << 1,
350 OPT_c = 1 << 2,
351 OPT_s = 1 << 3,
Joachim Nilsson714e2b72010-11-28 23:01:18 +0100352 OPT_t = 1 << 4,
353 OPT_w = 1 << 5,
354 OPT_W = 1 << 6,
355 OPT_I = 1 << 7,
maxwen27116ba2015-08-14 21:41:28 +0200356 /*OPT_n = 1 << 8, - ignored */
357 OPT_IPV4 = 1 << 9,
358 OPT_IPV6 = (1 << 10) * ENABLE_PING6,
Denis Vlasenko4a5cf162006-11-20 00:48:22 +0000359};
360
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000361
Denis Vlasenko821cc252007-06-04 10:33:48 +0000362struct globals {
Denis Vlasenko1a7afb42007-10-19 21:39:25 +0000363 int if_index;
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000364 char *str_I;
Denis Vlasenko821cc252007-06-04 10:33:48 +0000365 len_and_sockaddr *source_lsa;
366 unsigned datalen;
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000367 unsigned pingcount; /* must be int-sized */
Joachim Nilsson714e2b72010-11-28 23:01:18 +0100368 unsigned opt_ttl;
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000369 unsigned long ntransmitted, nreceived, nrepeats;
Denis Vlasenko821cc252007-06-04 10:33:48 +0000370 uint16_t myid;
Denis Vlasenko76791452007-06-18 08:55:57 +0000371 unsigned tmin, tmax; /* in us */
372 unsigned long long tsum; /* in us, sum of all times */
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000373 unsigned deadline;
374 unsigned timeout;
375 unsigned total_secs;
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100376 unsigned sizeof_rcv_packet;
377 char *rcv_packet; /* [datalen + MAXIPLEN + MAXICMPLEN] */
378 void *snd_packet; /* [datalen + ipv4/ipv6_const] */
Denis Vlasenko821cc252007-06-04 10:33:48 +0000379 const char *hostname;
380 const char *dotted;
381 union {
382 struct sockaddr sa;
383 struct sockaddr_in sin;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000384#if ENABLE_PING6
Denis Vlasenko821cc252007-06-04 10:33:48 +0000385 struct sockaddr_in6 sin6;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000386#endif
Denis Vlasenko821cc252007-06-04 10:33:48 +0000387 } pingaddr;
maxwen27116ba2015-08-14 21:41:28 +0200388 unsigned char rcvd_tbl[MAX_DUP_CHK / 8];
Denys Vlasenko98a4c7c2010-02-04 15:00:15 +0100389} FIX_ALIASING;
Denis Vlasenko821cc252007-06-04 10:33:48 +0000390#define G (*(struct globals*)&bb_common_bufsiz1)
Denis Vlasenko821cc252007-06-04 10:33:48 +0000391#define if_index (G.if_index )
Denis Vlasenko1a7afb42007-10-19 21:39:25 +0000392#define source_lsa (G.source_lsa )
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000393#define str_I (G.str_I )
Denis Vlasenko1a7afb42007-10-19 21:39:25 +0000394#define datalen (G.datalen )
Denis Vlasenko821cc252007-06-04 10:33:48 +0000395#define pingcount (G.pingcount )
Joachim Nilsson714e2b72010-11-28 23:01:18 +0100396#define opt_ttl (G.opt_ttl )
Denis Vlasenko821cc252007-06-04 10:33:48 +0000397#define myid (G.myid )
398#define tmin (G.tmin )
399#define tmax (G.tmax )
400#define tsum (G.tsum )
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000401#define deadline (G.deadline )
402#define timeout (G.timeout )
403#define total_secs (G.total_secs )
Denis Vlasenko821cc252007-06-04 10:33:48 +0000404#define hostname (G.hostname )
405#define dotted (G.dotted )
406#define pingaddr (G.pingaddr )
407#define rcvd_tbl (G.rcvd_tbl )
408void BUG_ping_globals_too_big(void);
409#define INIT_G() do { \
Denis Vlasenko6b404432008-01-07 16:13:14 +0000410 if (sizeof(G) > COMMON_BUFSIZE) \
411 BUG_ping_globals_too_big(); \
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000412 datalen = DEFDATALEN; \
413 timeout = MAXWAIT; \
Denis Vlasenko821cc252007-06-04 10:33:48 +0000414 tmin = UINT_MAX; \
415} while (0)
Eric Andersen19db07b1999-12-11 08:41:28 +0000416
Eric Andersen19db07b1999-12-11 08:41:28 +0000417
maxwen27116ba2015-08-14 21:41:28 +0200418#define BYTE(bit) rcvd_tbl[(bit)>>3]
419#define MASK(bit) (1 << ((bit) & 7))
420#define SET(bit) (BYTE(bit) |= MASK(bit))
421#define CLR(bit) (BYTE(bit) &= (~MASK(bit)))
422#define TST(bit) (BYTE(bit) & MASK(bit))
Eric Andersen19db07b1999-12-11 08:41:28 +0000423
Denis Vlasenkoa60f84e2008-07-05 09:18:54 +0000424static void print_stats_and_exit(int junk) NORETURN;
425static void print_stats_and_exit(int junk UNUSED_PARAM)
Erik Andersene49d5ec2000-02-08 19:58:47 +0000426{
maxwen27116ba2015-08-14 21:41:28 +0200427 unsigned long ul;
428 unsigned long nrecv;
429
Erik Andersene49d5ec2000-02-08 19:58:47 +0000430 signal(SIGINT, SIG_IGN);
431
maxwen27116ba2015-08-14 21:41:28 +0200432 nrecv = G.nreceived;
433 printf("\n--- %s ping statistics ---\n"
434 "%lu packets transmitted, "
435 "%lu packets received, ",
436 hostname, G.ntransmitted, nrecv
437 );
438 if (G.nrepeats)
439 printf("%lu duplicates, ", G.nrepeats);
440 ul = G.ntransmitted;
441 if (ul != 0)
442 ul = (ul - nrecv) * 100 / ul;
443 printf("%lu%% packet loss\n", ul);
Denis Vlasenko76791452007-06-18 08:55:57 +0000444 if (tmin != UINT_MAX) {
maxwen27116ba2015-08-14 21:41:28 +0200445 unsigned tavg = tsum / (nrecv + G.nrepeats);
Denis Vlasenko76791452007-06-18 08:55:57 +0000446 printf("round-trip min/avg/max = %u.%03u/%u.%03u/%u.%03u ms\n",
447 tmin / 1000, tmin % 1000,
448 tavg / 1000, tavg % 1000,
449 tmax / 1000, tmax % 1000);
450 }
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000451 /* if condition is true, exit with 1 -- 'failure' */
maxwen27116ba2015-08-14 21:41:28 +0200452 exit(nrecv == 0 || (deadline && nrecv < pingcount));
Eric Andersen485b9551999-12-07 23:14:59 +0000453}
454
Denys Vlasenko281e7b82011-02-06 17:51:45 +0100455static void sendping_tail(void (*sp)(int), int size_pkt)
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000456{
Denis Vlasenkoc8e99932007-02-09 18:14:42 +0000457 int sz;
458
maxwen27116ba2015-08-14 21:41:28 +0200459 CLR((uint16_t)G.ntransmitted % MAX_DUP_CHK);
460 G.ntransmitted++;
Denis Vlasenkoc8e99932007-02-09 18:14:42 +0000461
Denys Vlasenko281e7b82011-02-06 17:51:45 +0100462 size_pkt += datalen;
463
Denis Vlasenkoc8e99932007-02-09 18:14:42 +0000464 /* sizeof(pingaddr) can be larger than real sa size, but I think
465 * it doesn't matter */
Denys Vlasenko281e7b82011-02-06 17:51:45 +0100466 sz = xsendto(pingsock, G.snd_packet, size_pkt, &pingaddr.sa, sizeof(pingaddr));
Denis Vlasenkoc8e99932007-02-09 18:14:42 +0000467 if (sz != size_pkt)
Tanguy Pruvot8aeb3712011-06-30 08:59:26 +0200468 bb_error_msg_and_die("%s", bb_msg_write_error);
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000469
maxwen27116ba2015-08-14 21:41:28 +0200470 if (pingcount == 0 || deadline || G.ntransmitted < pingcount) {
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000471 /* Didn't send all pings yet - schedule next in 1s */
472 signal(SIGALRM, sp);
473 if (deadline) {
474 total_secs += PINGINTERVAL;
475 if (total_secs >= deadline)
476 signal(SIGALRM, print_stats_and_exit);
477 }
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000478 alarm(PINGINTERVAL);
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000479 } else { /* -c NN, and all NN are sent (and no deadline) */
480 /* Wait for the last ping to come back.
481 * -W timeout: wait for a response in seconds.
482 * Affects only timeout in absense of any responses,
483 * otherwise ping waits for two RTTs. */
484 unsigned expire = timeout;
485
maxwen27116ba2015-08-14 21:41:28 +0200486 if (G.nreceived) {
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000487 /* approx. 2*tmax, in seconds (2 RTT) */
488 expire = tmax / (512*1024);
489 if (expire == 0)
490 expire = 1;
491 }
492 signal(SIGALRM, print_stats_and_exit);
493 alarm(expire);
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000494 }
495}
496
Denis Vlasenkoa60f84e2008-07-05 09:18:54 +0000497static void sendping4(int junk UNUSED_PARAM)
Eric Andersen485b9551999-12-07 23:14:59 +0000498{
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100499 struct icmp *pkt = G.snd_packet;
Eric Andersen485b9551999-12-07 23:14:59 +0000500
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100501 //memset(pkt, 0, datalen + ICMP_MINLEN + 4); - G.snd_packet was xzalloced
Erik Andersene49d5ec2000-02-08 19:58:47 +0000502 pkt->icmp_type = ICMP_ECHO;
Denis Vlasenkob34266b2008-04-29 12:31:53 +0000503 /*pkt->icmp_code = 0;*/
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100504 pkt->icmp_cksum = 0; /* cksum is calculated with this field set to 0 */
maxwen27116ba2015-08-14 21:41:28 +0200505 pkt->icmp_seq = htons(G.ntransmitted); /* don't ++ here, it can be a macro */
Erik Andersene49d5ec2000-02-08 19:58:47 +0000506 pkt->icmp_id = myid;
Denis Vlasenko7b72fc12007-06-16 13:37:59 +0000507
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100508 /* If datalen < 4, we store timestamp _past_ the packet,
509 * but it's ok - we allocated 4 extra bytes in xzalloc() just in case.
510 */
Denis Vlasenko76791452007-06-18 08:55:57 +0000511 /*if (datalen >= 4)*/
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100512 /* No hton: we'll read it back on the same machine */
Denis Vlasenko76791452007-06-18 08:55:57 +0000513 *(uint32_t*)&pkt->icmp_dun = monotonic_us();
Denis Vlasenko7b72fc12007-06-16 13:37:59 +0000514
Tanguy Pruvot8a6c2c22012-04-28 00:24:09 +0200515 pkt->icmp_cksum = inet_cksum((uint16_t *) pkt, datalen + ICMP_MINLEN);
Eric Andersen485b9551999-12-07 23:14:59 +0000516
Denys Vlasenko281e7b82011-02-06 17:51:45 +0100517 sendping_tail(sendping4, ICMP_MINLEN);
Eric Andersen485b9551999-12-07 23:14:59 +0000518}
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000519#if ENABLE_PING6
Denis Vlasenkoa60f84e2008-07-05 09:18:54 +0000520static void sendping6(int junk UNUSED_PARAM)
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000521{
Denys Vlasenko1bb52a92011-02-05 03:58:43 +0100522 struct icmp6_hdr *pkt = G.snd_packet;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000523
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100524 //memset(pkt, 0, datalen + sizeof(struct icmp6_hdr) + 4);
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000525 pkt->icmp6_type = ICMP6_ECHO_REQUEST;
Denis Vlasenkob34266b2008-04-29 12:31:53 +0000526 /*pkt->icmp6_code = 0;*/
527 /*pkt->icmp6_cksum = 0;*/
maxwen27116ba2015-08-14 21:41:28 +0200528 pkt->icmp6_seq = htons(G.ntransmitted); /* don't ++ here, it can be a macro */
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000529 pkt->icmp6_id = myid;
Denis Vlasenko7b72fc12007-06-16 13:37:59 +0000530
Denis Vlasenko76791452007-06-18 08:55:57 +0000531 /*if (datalen >= 4)*/
maxwen27116ba2015-08-14 21:41:28 +0200532 *(bb__aliased_uint32_t*)(&pkt->icmp6_data8[4]) = monotonic_us();
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000533
Tanguy Pruvot8a6c2c22012-04-28 00:24:09 +0200534 //TODO? pkt->icmp_cksum = inet_cksum(...);
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100535
Denys Vlasenko281e7b82011-02-06 17:51:45 +0100536 sendping_tail(sendping6, sizeof(struct icmp6_hdr));
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000537}
538#endif
Erik Andersene49d5ec2000-02-08 19:58:47 +0000539
Denis Vlasenko89ef65f2007-01-29 23:43:18 +0000540static const char *icmp_type_name(int id)
Erik Andersen227a59b2000-04-25 23:24:55 +0000541{
542 switch (id) {
Denis Vlasenko35d4da02007-01-22 14:04:27 +0000543 case ICMP_ECHOREPLY: return "Echo Reply";
544 case ICMP_DEST_UNREACH: return "Destination Unreachable";
545 case ICMP_SOURCE_QUENCH: return "Source Quench";
546 case ICMP_REDIRECT: return "Redirect (change route)";
547 case ICMP_ECHO: return "Echo Request";
548 case ICMP_TIME_EXCEEDED: return "Time Exceeded";
549 case ICMP_PARAMETERPROB: return "Parameter Problem";
550 case ICMP_TIMESTAMP: return "Timestamp Request";
551 case ICMP_TIMESTAMPREPLY: return "Timestamp Reply";
552 case ICMP_INFO_REQUEST: return "Information Request";
553 case ICMP_INFO_REPLY: return "Information Reply";
554 case ICMP_ADDRESS: return "Address Mask Request";
555 case ICMP_ADDRESSREPLY: return "Address Mask Reply";
556 default: return "unknown ICMP type";
Erik Andersen227a59b2000-04-25 23:24:55 +0000557 }
558}
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000559#if ENABLE_PING6
560/* RFC3542 changed some definitions from RFC2292 for no good reason, whee!
561 * the newer 3542 uses a MLD_ prefix where as 2292 uses ICMP6_ prefix */
562#ifndef MLD_LISTENER_QUERY
563# define MLD_LISTENER_QUERY ICMP6_MEMBERSHIP_QUERY
564#endif
565#ifndef MLD_LISTENER_REPORT
566# define MLD_LISTENER_REPORT ICMP6_MEMBERSHIP_REPORT
567#endif
568#ifndef MLD_LISTENER_REDUCTION
569# define MLD_LISTENER_REDUCTION ICMP6_MEMBERSHIP_REDUCTION
570#endif
Denis Vlasenko89ef65f2007-01-29 23:43:18 +0000571static const char *icmp6_type_name(int id)
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000572{
573 switch (id) {
574 case ICMP6_DST_UNREACH: return "Destination Unreachable";
575 case ICMP6_PACKET_TOO_BIG: return "Packet too big";
576 case ICMP6_TIME_EXCEEDED: return "Time Exceeded";
577 case ICMP6_PARAM_PROB: return "Parameter Problem";
578 case ICMP6_ECHO_REPLY: return "Echo Reply";
579 case ICMP6_ECHO_REQUEST: return "Echo Request";
580 case MLD_LISTENER_QUERY: return "Listener Query";
581 case MLD_LISTENER_REPORT: return "Listener Report";
582 case MLD_LISTENER_REDUCTION: return "Listener Reduction";
583 default: return "unknown ICMP type";
584 }
585}
586#endif
Erik Andersen227a59b2000-04-25 23:24:55 +0000587
Denis Vlasenko76791452007-06-18 08:55:57 +0000588static void unpack_tail(int sz, uint32_t *tp,
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000589 const char *from_str,
590 uint16_t recv_seq, int ttl)
591{
maxwen27116ba2015-08-14 21:41:28 +0200592 unsigned char *b, m;
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000593 const char *dupmsg = " (DUP!)";
Tanguy Pruvot6fef6a32012-05-05 15:26:43 +0200594 unsigned triptime = 0;
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000595
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000596 if (tp) {
Denis Vlasenko76791452007-06-18 08:55:57 +0000597 /* (int32_t) cast is for hypothetical 64-bit unsigned */
598 /* (doesn't hurt 32-bit real-world anyway) */
599 triptime = (int32_t) ((uint32_t)monotonic_us() - *tp);
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000600 tsum += triptime;
601 if (triptime < tmin)
602 tmin = triptime;
603 if (triptime > tmax)
604 tmax = triptime;
605 }
606
maxwen27116ba2015-08-14 21:41:28 +0200607 b = &BYTE(recv_seq % MAX_DUP_CHK);
608 m = MASK(recv_seq % MAX_DUP_CHK);
609 /*if TST(recv_seq % MAX_DUP_CHK):*/
610 if (*b & m) {
611 ++G.nrepeats;
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000612 } else {
maxwen27116ba2015-08-14 21:41:28 +0200613 /*SET(recv_seq % MAX_DUP_CHK):*/
614 *b |= m;
615 ++G.nreceived;
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000616 dupmsg += 7;
617 }
618
619 if (option_mask32 & OPT_QUIET)
620 return;
621
622 printf("%d bytes from %s: seq=%u ttl=%d", sz,
623 from_str, recv_seq, ttl);
624 if (tp)
Denis Vlasenko76791452007-06-18 08:55:57 +0000625 printf(" time=%u.%03u ms", triptime / 1000, triptime % 1000);
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000626 puts(dupmsg);
Denys Vlasenko8131eea2009-11-02 14:19:51 +0100627 fflush_all();
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000628}
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000629static void unpack4(char *buf, int sz, struct sockaddr_in *from)
Eric Andersen485b9551999-12-07 23:14:59 +0000630{
Erik Andersene49d5ec2000-02-08 19:58:47 +0000631 struct icmp *icmppkt;
632 struct iphdr *iphdr;
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000633 int hlen;
Eric Andersen485b9551999-12-07 23:14:59 +0000634
Erik Andersene49d5ec2000-02-08 19:58:47 +0000635 /* discard if too short */
Tanguy Pruvot6fef6a32012-05-05 15:26:43 +0200636 if (sz < (int) (datalen + ICMP_MINLEN))
Erik Andersene49d5ec2000-02-08 19:58:47 +0000637 return;
Eric Andersen485b9551999-12-07 23:14:59 +0000638
Denis Vlasenko2cbe6e62006-09-02 16:17:30 +0000639 /* check IP header */
640 iphdr = (struct iphdr *) buf;
641 hlen = iphdr->ihl << 2;
Erik Andersene49d5ec2000-02-08 19:58:47 +0000642 sz -= hlen;
643 icmppkt = (struct icmp *) (buf + hlen);
Erik Andersen227a59b2000-04-25 23:24:55 +0000644 if (icmppkt->icmp_id != myid)
Denis Vlasenkocb6874c2006-09-02 16:13:36 +0000645 return; /* not our ping */
Erik Andersen227a59b2000-04-25 23:24:55 +0000646
Erik Andersene49d5ec2000-02-08 19:58:47 +0000647 if (icmppkt->icmp_type == ICMP_ECHOREPLY) {
Denis Vlasenko35d4da02007-01-22 14:04:27 +0000648 uint16_t recv_seq = ntohs(icmppkt->icmp_seq);
Denis Vlasenko76791452007-06-18 08:55:57 +0000649 uint32_t *tp = NULL;
Erik Andersene49d5ec2000-02-08 19:58:47 +0000650
Tanguy Pruvot6fef6a32012-05-05 15:26:43 +0200651 if (sz >= (int) (ICMP_MINLEN + sizeof(uint32_t)))
Denis Vlasenko76791452007-06-18 08:55:57 +0000652 tp = (uint32_t *) icmppkt->icmp_data;
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000653 unpack_tail(sz, tp,
654 inet_ntoa(*(struct in_addr *) &from->sin_addr.s_addr),
655 recv_seq, iphdr->ttl);
656 } else if (icmppkt->icmp_type != ICMP_ECHO) {
657 bb_error_msg("warning: got ICMP %d (%s)",
658 icmppkt->icmp_type,
659 icmp_type_name(icmppkt->icmp_type));
Denis Vlasenko35d4da02007-01-22 14:04:27 +0000660 }
Eric Andersen485b9551999-12-07 23:14:59 +0000661}
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000662#if ENABLE_PING6
Tanguy Pruvot8a6c2c22012-04-28 00:24:09 +0200663static void unpack6(char *packet, int sz, struct sockaddr_in6 *from, int hoplimit)
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000664{
665 struct icmp6_hdr *icmppkt;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000666 char buf[INET6_ADDRSTRLEN];
Eric Andersen485b9551999-12-07 23:14:59 +0000667
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000668 /* discard if too short */
maxwen27116ba2015-08-14 21:41:28 +0200669 if (sz < (int) (datalen + sizeof(struct icmp6_hdr)))
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000670 return;
671
672 icmppkt = (struct icmp6_hdr *) packet;
673 if (icmppkt->icmp6_id != myid)
674 return; /* not our ping */
675
676 if (icmppkt->icmp6_type == ICMP6_ECHO_REPLY) {
677 uint16_t recv_seq = ntohs(icmppkt->icmp6_seq);
Denis Vlasenko76791452007-06-18 08:55:57 +0000678 uint32_t *tp = NULL;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000679
maxwen27116ba2015-08-14 21:41:28 +0200680 if (sz >= (int) (sizeof(struct icmp6_hdr) + sizeof(uint32_t)))
Denis Vlasenko76791452007-06-18 08:55:57 +0000681 tp = (uint32_t *) &icmppkt->icmp6_data8[4];
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000682 unpack_tail(sz, tp,
Tanguy Pruvot8a6c2c22012-04-28 00:24:09 +0200683 inet_ntop(AF_INET6, &from->sin6_addr,
Denis Vlasenko19c238b2007-03-03 00:36:35 +0000684 buf, sizeof(buf)),
685 recv_seq, hoplimit);
686 } else if (icmppkt->icmp6_type != ICMP6_ECHO_REQUEST) {
687 bb_error_msg("warning: got ICMP %d (%s)",
688 icmppkt->icmp6_type,
689 icmp6_type_name(icmppkt->icmp6_type));
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000690 }
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000691}
692#endif
693
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000694static void ping4(len_and_sockaddr *lsa)
Eric Andersen485b9551999-12-07 23:14:59 +0000695{
Erik Andersene49d5ec2000-02-08 19:58:47 +0000696 int sockopt;
697
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000698 pingaddr.sin = lsa->u.sin;
Denis Vlasenko5ad10482007-06-19 22:54:21 +0000699 if (source_lsa) {
700 if (setsockopt(pingsock, IPPROTO_IP, IP_MULTICAST_IF,
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000701 &source_lsa->u.sa, source_lsa->len))
Denis Vlasenko5ad10482007-06-19 22:54:21 +0000702 bb_error_msg_and_die("can't set multicast source interface");
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000703 xbind(pingsock, &source_lsa->u.sa, source_lsa->len);
Denis Vlasenko5ad10482007-06-19 22:54:21 +0000704 }
Denis Vlasenko2cbe6e62006-09-02 16:17:30 +0000705
Erik Andersene49d5ec2000-02-08 19:58:47 +0000706 /* enable broadcast pings */
Denis Vlasenko48237b02006-11-22 23:22:06 +0000707 setsockopt_broadcast(pingsock);
Erik Andersene49d5ec2000-02-08 19:58:47 +0000708
Denis Vlasenko57707152008-08-24 00:02:18 +0000709 /* set recv buf (needed if we can get lots of responses: flood ping,
710 * broadcast ping etc) */
711 sockopt = (datalen * 2) + 7 * 1024; /* giving it a bit of extra room */
Denis Vlasenko703e2022007-01-22 14:12:08 +0000712 setsockopt(pingsock, SOL_SOCKET, SO_RCVBUF, &sockopt, sizeof(sockopt));
Erik Andersene49d5ec2000-02-08 19:58:47 +0000713
Denys Vlasenko3c8799b2010-11-29 12:07:12 +0100714 if (opt_ttl != 0) {
Joachim Nilsson714e2b72010-11-28 23:01:18 +0100715 setsockopt(pingsock, IPPROTO_IP, IP_TTL, &opt_ttl, sizeof(opt_ttl));
Denys Vlasenko3c8799b2010-11-29 12:07:12 +0100716 /* above doesnt affect packets sent to bcast IP, so... */
717 setsockopt(pingsock, IPPROTO_IP, IP_MULTICAST_TTL, &opt_ttl, sizeof(opt_ttl));
718 }
Joachim Nilsson714e2b72010-11-28 23:01:18 +0100719
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000720 signal(SIGINT, print_stats_and_exit);
Erik Andersene49d5ec2000-02-08 19:58:47 +0000721
722 /* start the ping's going ... */
Denis Vlasenkoe9356022007-01-29 18:03:54 +0000723 sendping4(0);
Erik Andersene49d5ec2000-02-08 19:58:47 +0000724
725 /* listen for replies */
726 while (1) {
727 struct sockaddr_in from;
Erik Andersen1d1d9502000-04-21 01:26:49 +0000728 socklen_t fromlen = (socklen_t) sizeof(from);
Erik Andersene49d5ec2000-02-08 19:58:47 +0000729 int c;
730
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100731 c = recvfrom(pingsock, G.rcv_packet, G.sizeof_rcv_packet, 0,
Denis Vlasenko44c2eb22007-01-08 23:55:33 +0000732 (struct sockaddr *) &from, &fromlen);
733 if (c < 0) {
734 if (errno != EINTR)
735 bb_perror_msg("recvfrom");
Erik Andersene49d5ec2000-02-08 19:58:47 +0000736 continue;
737 }
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100738 unpack4(G.rcv_packet, c, &from);
maxwen27116ba2015-08-14 21:41:28 +0200739 if (pingcount && G.nreceived >= pingcount)
Erik Andersene49d5ec2000-02-08 19:58:47 +0000740 break;
741 }
Eric Andersen485b9551999-12-07 23:14:59 +0000742}
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000743#if ENABLE_PING6
744extern int BUG_bad_offsetof_icmp6_cksum(void);
745static void ping6(len_and_sockaddr *lsa)
746{
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000747 int sockopt;
748 struct msghdr msg;
749 struct sockaddr_in6 from;
750 struct iovec iov;
751 char control_buf[CMSG_SPACE(36)];
752
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000753 pingaddr.sin6 = lsa->u.sin6;
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000754 if (source_lsa)
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000755 xbind(pingsock, &source_lsa->u.sa, source_lsa->len);
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000756
757#ifdef ICMP6_FILTER
758 {
759 struct icmp6_filter filt;
760 if (!(option_mask32 & OPT_VERBOSE)) {
761 ICMP6_FILTER_SETBLOCKALL(&filt);
762 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt);
763 } else {
764 ICMP6_FILTER_SETPASSALL(&filt);
765 }
766 if (setsockopt(pingsock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
Tanguy Pruvot823694d2012-11-18 13:20:29 +0100767 sizeof(filt)) < 0)
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000768 bb_error_msg_and_die("setsockopt(ICMP6_FILTER)");
769 }
770#endif /*ICMP6_FILTER*/
771
772 /* enable broadcast pings */
773 setsockopt_broadcast(pingsock);
774
Denis Vlasenko57707152008-08-24 00:02:18 +0000775 /* set recv buf (needed if we can get lots of responses: flood ping,
776 * broadcast ping etc) */
777 sockopt = (datalen * 2) + 7 * 1024; /* giving it a bit of extra room */
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000778 setsockopt(pingsock, SOL_SOCKET, SO_RCVBUF, &sockopt, sizeof(sockopt));
779
780 sockopt = offsetof(struct icmp6_hdr, icmp6_cksum);
781 if (offsetof(struct icmp6_hdr, icmp6_cksum) != 2)
782 BUG_bad_offsetof_icmp6_cksum();
783 setsockopt(pingsock, SOL_RAW, IPV6_CHECKSUM, &sockopt, sizeof(sockopt));
784
785 /* request ttl info to be returned in ancillary data */
786 setsockopt(pingsock, SOL_IPV6, IPV6_HOPLIMIT, &const_int_1, sizeof(const_int_1));
787
788 if (if_index)
Denis Vlasenkoaeb4bdd2007-01-25 00:00:02 +0000789 pingaddr.sin6.sin6_scope_id = if_index;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000790
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000791 signal(SIGINT, print_stats_and_exit);
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000792
793 /* start the ping's going ... */
794 sendping6(0);
795
796 /* listen for replies */
797 msg.msg_name = &from;
798 msg.msg_namelen = sizeof(from);
799 msg.msg_iov = &iov;
800 msg.msg_iovlen = 1;
801 msg.msg_control = control_buf;
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100802 iov.iov_base = G.rcv_packet;
803 iov.iov_len = G.sizeof_rcv_packet;
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000804 while (1) {
805 int c;
806 struct cmsghdr *mp;
807 int hoplimit = -1;
808 msg.msg_controllen = sizeof(control_buf);
809
810 c = recvmsg(pingsock, &msg, 0);
811 if (c < 0) {
812 if (errno != EINTR)
813 bb_perror_msg("recvfrom");
814 continue;
815 }
816 for (mp = CMSG_FIRSTHDR(&msg); mp; mp = CMSG_NXTHDR(&msg, mp)) {
817 if (mp->cmsg_level == SOL_IPV6
818 && mp->cmsg_type == IPV6_HOPLIMIT
819 /* don't check len - we trust the kernel: */
820 /* && mp->cmsg_len >= CMSG_LEN(sizeof(int)) */
821 ) {
Denys Vlasenko57be1ee2009-11-26 15:26:31 +0100822 /*hoplimit = *(int*)CMSG_DATA(mp); - unaligned access */
823 move_from_unaligned_int(hoplimit, CMSG_DATA(mp));
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000824 }
825 }
Tanguy Pruvot8a6c2c22012-04-28 00:24:09 +0200826 unpack6(G.rcv_packet, c, &from, hoplimit);
maxwen27116ba2015-08-14 21:41:28 +0200827 if (pingcount && G.nreceived >= pingcount)
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000828 break;
829 }
830}
831#endif
Eric Andersen485b9551999-12-07 23:14:59 +0000832
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000833static void ping(len_and_sockaddr *lsa)
Denis Vlasenko2cbe6e62006-09-02 16:17:30 +0000834{
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000835 printf("PING %s (%s)", hostname, dotted);
836 if (source_lsa) {
837 printf(" from %s",
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000838 xmalloc_sockaddr2dotted_noport(&source_lsa->u.sa));
Denis Vlasenko2cbe6e62006-09-02 16:17:30 +0000839 }
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000840 printf(": %d data bytes\n", datalen);
841
maxwen27116ba2015-08-14 21:41:28 +0200842 create_icmp_socket(lsa);
843 /* untested whether "-I addr" really works for IPv6: */
844 if (str_I)
845 setsockopt_bindtodevice(pingsock, str_I);
846
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100847 G.sizeof_rcv_packet = datalen + MAXIPLEN + MAXICMPLEN;
848 G.rcv_packet = xzalloc(G.sizeof_rcv_packet);
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000849#if ENABLE_PING6
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100850 if (lsa->u.sa.sa_family == AF_INET6) {
851 /* +4 reserves a place for timestamp, which may end up sitting
852 * _after_ packet. Saves one if() - see sendping4/6() */
853 G.snd_packet = xzalloc(datalen + sizeof(struct icmp6_hdr) + 4);
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000854 ping6(lsa);
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100855 } else
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000856#endif
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100857 {
858 G.snd_packet = xzalloc(datalen + ICMP_MINLEN + 4);
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000859 ping4(lsa);
Denys Vlasenko9341fd22010-03-03 01:10:29 +0100860 }
Denis Vlasenko2cbe6e62006-09-02 16:17:30 +0000861}
862
Denys Vlasenkoad7d94b2009-11-20 18:12:12 +0100863static int common_ping_main(int opt, char **argv)
Eric Andersen485b9551999-12-07 23:14:59 +0000864{
Denis Vlasenkoaeb4bdd2007-01-25 00:00:02 +0000865 len_and_sockaddr *lsa;
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000866 char *str_s;
Eric Andersen485b9551999-12-07 23:14:59 +0000867
Denis Vlasenko821cc252007-06-04 10:33:48 +0000868 INIT_G();
869
Joachim Nilsson714e2b72010-11-28 23:01:18 +0100870 /* exactly one argument needed; -v and -q don't mix; -c NUM, -t NUM, -w NUM, -W NUM */
871 opt_complementary = "=1:q--v:v--q:c+:t+:w+:W+";
872 opt |= getopt32(argv, OPT_STRING, &pingcount, &str_s, &opt_ttl, &deadline, &timeout, &str_I);
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000873 if (opt & OPT_s)
874 datalen = xatou16(str_s); // -s
875 if (opt & OPT_I) { // -I
876 if_index = if_nametoindex(str_I);
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000877 if (!if_index) {
878 /* TODO: I'm not sure it takes IPv6 unless in [XX:XX..] format */
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000879 source_lsa = xdotted2sockaddr(str_I, 0);
880 str_I = NULL; /* don't try to bind to device later */
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000881 }
Erik Andersene49d5ec2000-02-08 19:58:47 +0000882 }
Denis Vlasenko1c9ad622007-05-27 00:53:41 +0000883 myid = (uint16_t) getpid();
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000884 hostname = argv[optind];
885#if ENABLE_PING6
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000886 {
887 sa_family_t af = AF_UNSPEC;
888 if (opt & OPT_IPV4)
889 af = AF_INET;
890 if (opt & OPT_IPV6)
891 af = AF_INET6;
892 lsa = xhost_and_af2sockaddr(hostname, 0, af);
893 }
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000894#else
Denis Vlasenko42823d52007-02-04 02:39:08 +0000895 lsa = xhost_and_af2sockaddr(hostname, 0, AF_INET);
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000896#endif
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000897
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000898 if (source_lsa && source_lsa->u.sa.sa_family != lsa->u.sa.sa_family)
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000899 /* leaking it here... */
900 source_lsa = NULL;
901
Bernhard Reutner-Fischer8c69afd2008-01-29 10:33:34 +0000902 dotted = xmalloc_sockaddr2dotted_noport(&lsa->u.sa);
Denis Vlasenko9ca26d32007-02-09 17:32:16 +0000903 ping(lsa);
Bernhard Reutner-Fischer636a1f82008-05-19 09:29:47 +0000904 print_stats_and_exit(EXIT_SUCCESS);
Denis Vlasenko90c31b32008-04-07 00:46:29 +0000905 /*return EXIT_SUCCESS;*/
Eric Andersen485b9551999-12-07 23:14:59 +0000906}
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000907#endif /* FEATURE_FANCY_PING */
908
909
Denys Vlasenkoad7d94b2009-11-20 18:12:12 +0100910int ping_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
911int ping_main(int argc UNUSED_PARAM, char **argv)
912{
913#if !ENABLE_FEATURE_FANCY_PING
914 return common_ping_main(AF_UNSPEC, argv);
915#else
916 return common_ping_main(0, argv);
917#endif
918}
919
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000920#if ENABLE_PING6
Denis Vlasenko9b49a5e2007-10-11 10:05:36 +0000921int ping6_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
Denis Vlasenko59f502b2008-10-27 11:54:45 +0000922int ping6_main(int argc UNUSED_PARAM, char **argv)
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000923{
Denys Vlasenkoad7d94b2009-11-20 18:12:12 +0100924# if !ENABLE_FEATURE_FANCY_PING
925 return common_ping_main(AF_INET6, argv);
926# else
927 return common_ping_main(OPT_IPV6, argv);
928# endif
Denis Vlasenkob9a279b2007-01-24 23:53:22 +0000929}
930#endif
931
932/* from ping6.c:
933 * Copyright (c) 1989 The Regents of the University of California.
934 * All rights reserved.
935 *
936 * This code is derived from software contributed to Berkeley by
937 * Mike Muuss.
938 *
939 * Redistribution and use in source and binary forms, with or without
940 * modification, are permitted provided that the following conditions
941 * are met:
942 * 1. Redistributions of source code must retain the above copyright
943 * notice, this list of conditions and the following disclaimer.
944 * 2. Redistributions in binary form must reproduce the above copyright
945 * notice, this list of conditions and the following disclaimer in the
946 * documentation and/or other materials provided with the distribution.
947 *
948 * 3. <BSD Advertising Clause omitted per the July 22, 1999 licensing change
949 * ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>
950 *
951 * 4. Neither the name of the University nor the names of its contributors
952 * may be used to endorse or promote products derived from this software
953 * without specific prior written permission.
954 *
955 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
956 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
957 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
958 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
959 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
960 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
961 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
962 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
963 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
964 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
965 * SUCH DAMAGE.
966 */