VxWorks Reference Manual : Libraries

udpShow

NAME

udpShow - UDP information display routines

ROUTINES

udpShowInit( ) - initialize UDP show routines
udpstatShow( ) - display statistics for the UDP protocol

DESCRIPTION

This library provides routines to show UDP related statistics.

Interpreting these statistics requires detailed knowledge of Internet network protocols. Information on these protocols can be found in the following books:

The udpShowInit( ) routine links the UDP show facility into the VxWorks system. This is performed automatically if INCLUDE_NET_SHOW is defined in configAll.h.

SEE ALSO

udpShow, netLib, netShow, VxWorks Programmer's Guide: Network


Libraries : Routines

udpShowInit( )

NAME

udpShowInit( ) - initialize UDP show routines

SYNOPSIS


void udpShowInit (void)

DESCRIPTION

This routine links the UDP show facility into the VxWorks system. These routines are included automatically if INCLUDE_NET_SHOW and INCLUDE_UDP are defined in configAll.h.

RETURNS

N/A

SEE ALSO

udpShow


Libraries : Routines

udpstatShow( )

NAME

udpstatShow( ) - display statistics for the UDP protocol

SYNOPSIS


void udpstatShow (void)

DESCRIPTION

This routine displays statistics for the UDP protocol.

RETURNS

N/A

SEE ALSO

udpShow