VxWorks Reference Manual : Libraries
icmpShow - ICMP Information display routines
icmpShowInit( ) - initialize ICMP show routines
icmpstatShow( ) - display statistics for ICMP
This library provides routines to show ICMP related statistics.
Interpreting these statistics requires detailed knowledge of Internet network protocols. Information on these protocols can be found in the following books:
- TCP/IP Illustrated Volume II, The Implementation, by Richard Stevens
- The Design and Implementation of the 4.4 BSD UNIX Operating System, by Leffler, McKusick, Karels and Quarterman
The icmpShowInit( ) routine links the ICMP show facility into the VxWorks system. This is performed automatically if INCLUDE_NET_SHOW is defined in configAll.h.
icmpShow, netLib, netShow, Network Programmer's Guide
icmpShowInit( ) - initialize ICMP show routines
void icmpShowInit (void)
This routine links the ICMP show facility into the VxWorks system. These routines are included automatically if INCLUDE_NET_SHOW and INCLUDE_ICMP are defined in configAll.h.
N/A
icmpstatShow( ) - display statistics for ICMP
void icmpstatShow (void)
This routine displays statistics for the ICMP (Internet Control Message Protocol) protocol.
N/A