VxWorks Reference Manual : Libraries
igmpShow - IGMP information display routines
igmpShowInit( ) - initialize IGMP show routines
igmpstatShow( ) - display statistics for IGMP
This library provides routines to show IGMP 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 igmpShowInit( ) routine links the IGMP show facility into the VxWorks system. This is performed automatically if INCLUDE_NET_SHOW is defined in configAll.h.
igmpShow, netLib, netShow, Network Programmer's Guide
igmpShowInit( ) - initialize IGMP show routines
void igmpShowInit (void)
This routine links the IGMP show facility into the VxWorks system. These routines are included automatically if INCLUDE_NET_SHOW and INCLUDE_IGMP are defined in configAll.h.
N/A
igmpstatShow( ) - display statistics for IGMP
void igmpstatShow (void)
This routine displays statistics for the IGMP (Internet Group Management Protocol) protocol.
N/A