commands ping/ping6: Add initial ports of FreeBSD ping and pin6 ports

These compile but need to have an RTEMS specific main and use the
reentrant getopt.
This commit is contained in:
Joel Sherrill
2012-08-31 19:22:33 -05:00
parent b4cf93e3ad
commit 1f877f9d52
10 changed files with 5833 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
#include <freebsd/bsd.h>
#include <freebsd/netinet/icmp6.h>

View File

@@ -0,0 +1,2 @@
#include <freebsd/bsd.h>
#include <freebsd/netinet/ip6.h>