VxWorks Reference Manual : Libraries
udpShow - UDP information display routines
udpShowInit( ) - initialize UDP show routines
udpstatShow( ) - display statistics for the UDP protocol
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:
- 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 udpShowInit( ) routine links the UDP show facility into the VxWorks system. This is performed automatically if INCLUDE_NET_SHOW is defined in configAll.h.
udpShow, netLib, netShow, VxWorks Programmer's Guide: Network
udpShowInit( ) - initialize UDP show routines
void udpShowInit (void)
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.
N/A
udpstatShow( ) - display statistics for the UDP protocol
void udpstatShow (void)
This routine displays statistics for the UDP protocol.
N/A