summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showicmpstat.c
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2006-05-30 15:12:54 +0000
committerEric Norum <WENorum@lbl.gov>2006-05-30 15:12:54 +0000
commit261e743d66d3f666cd3a683a044c428c241ca457 (patch)
tree0ba6b2186a6318fb21ad2949a57b8598fc114809 /cpukit/libnetworking/rtems/rtems_showicmpstat.c
parentThis commit was generated by cvs2svn to compensate for changes in r13434, (diff)
downloadrtems-261e743d66d3f666cd3a683a044c428c241ca457.tar.bz2
Add flag to inhibit ICMP replies.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showicmpstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showicmpstat.c b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
index 13f378826a..0071c95947 100644
--- a/cpukit/libnetworking/rtems/rtems_showicmpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
@@ -52,6 +52,7 @@ rtems_bsdnet_show_icmp_stats (void)
showicmpstat ("bad checksum", icmpstat.icps_checksum);
showicmpstat ("calculated bound mismatch", icmpstat.icps_badlen);
showicmpstat ("number of responses", icmpstat.icps_reflect);
+ showicmpstat ("all echo requests dropped", icmpstat.icps_allecho);
showicmpstat ("b/mcast echo requests dropped", icmpstat.icps_bmcastecho);
showicmpstat ("b/mcast tstamp requests dropped", icmpstat.icps_bmcasttstamp);
for (i = 0 ; i <= ICMP_MAXTYPE ; i++) {