freebsd-dev/sbin/ping
Piotr Pawel Stefaniak d399eb3ef7 ping: split the visual part of -f into a new option -.
After this, we'll be able to ping a host and not spam the terminal, and
no flooding will have to be involved. I've been doing this under Linux
as ping -fi1 host.

Reviewed by:	rpokala, Pau Amma
Differential Revision:	https://reviews.freebsd.org/D34882
2022-04-18 18:10:50 +02:00
..
tests ping: fix parsing of options including '4' and '6' 2021-10-20 18:05:43 -06:00
main.c sbin: build ping if at least one of INET & INET6 is enabled 2021-11-28 13:05:39 -05:00
main.h ping: split the visual part of -f into a new option -. 2022-04-18 18:10:50 +02:00
Makefile ping: allow building without INET support 2020-11-28 23:24:19 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
ping6.c ping: split the visual part of -f into a new option -. 2022-04-18 18:10:50 +02:00
ping6.h Merge ping6 to ping 2020-11-26 04:29:30 +00:00
ping.8 ping: split the visual part of -f into a new option -. 2022-04-18 18:10:50 +02:00
ping.c ping: split the visual part of -f into a new option -. 2022-04-18 18:10:50 +02:00
ping.h Merge ping6 to ping 2020-11-26 04:29:30 +00:00
utils.c ping: Move in_cksum() to a separate source file 2019-08-17 15:25:01 +00:00
utils.h ping: fix include guard symbol name to reflect the header file name 2019-08-23 15:24:18 +00:00