VxWorks API Reference : OS Libraries

igmpShow

NAME

igmpShow - IGMP information display routines

ROUTINES

igmpShowInit( ) - initialize IGMP show routines
igmpstatShow( ) - display statistics for IGMP

DESCRIPTION

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:

The igmpShowInit( ) routine links the IGMP show facility into the VxWorks system. This is performed automatically if INCLUDE_NET_SHOW and INCLUDE_IGMP are defined.

SEE ALSO

netLib, netShow


OS Libraries : Routines

igmpShowInit( )

NAME

igmpShowInit( ) - initialize IGMP show routines

SYNOPSIS

void igmpShowInit (void)

DESCRIPTION

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.

RETURNS

N/A

SEE ALSO

igmpShow


OS Libraries : Routines

igmpstatShow( )

NAME

igmpstatShow( ) - display statistics for IGMP

SYNOPSIS

void igmpstatShow (void)

DESCRIPTION

This routine displays statistics for the IGMP (Internet Group Management Protocol) protocol.

RETURNS

N/A

SEE ALSO

igmpShow