VxWorks Reference Manual : Libraries

icmpShow

NAME

icmpShow - ICMP Information display routines

ROUTINES

icmpShowInit( ) - initialize ICMP show routines
icmpstatShow( ) - display statistics for ICMP

DESCRIPTION

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:

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.

SEE ALSO

icmpShow, netLib, netShow, Network Programmer's Guide


Libraries : Routines

icmpShowInit( )

NAME

icmpShowInit( ) - initialize ICMP show routines

SYNOPSIS


void icmpShowInit (void)

DESCRIPTION

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.

RETURNS

N/A

SEE ALSO

icmpShow


Libraries : Routines

icmpstatShow( )

NAME

icmpstatShow( ) - display statistics for ICMP

SYNOPSIS


void icmpstatShow (void)

DESCRIPTION

This routine displays statistics for the ICMP (Internet Control Message Protocol) protocol.

RETURNS

N/A

SEE ALSO

icmpShow