freebsd-dev/sbin/ping
Alan Somers b586c66baf ping: fix ping when the kernel was built without INET6
If the kernel was built without INET6, default to ICMP.  Or, if it was
built without INET, default to ICMPv6.

PR:		251725
Reported by:	jbeich
Reviewed by:	jbeich
Tested by:	jbeich
MFC with:	368045
2021-01-01 10:25:49 -07:00
..
tests ping: add a ping6 hard link for backwards compatibility 2020-11-26 18:33:04 +00:00
main.c ping: fix ping when the kernel was built without INET6 2021-01-01 10:25:49 -07:00
main.h Merge ping6 to ping 2020-11-26 04:29:30 +00: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 Merge ping6 to ping 2020-11-26 04:29:30 +00:00
ping6.h Merge ping6 to ping 2020-11-26 04:29:30 +00:00
ping.8 ping(8): Fix a mandoc related issue 2020-12-19 11:57:47 +00:00
ping.c Merge ping6 to ping 2020-11-26 04:29:30 +00:00
ping.h Merge ping6 to ping 2020-11-26 04:29:30 +00:00
utils.c
utils.h