snmpIoInit( )

NAME

snmpIoInit( ) - initialization routine for SNMP transport endpoint

SYNOPSIS

STATUS snmpIoInit (void) 

DESCRIPTION

This is the routine to be called to initialize the transport endpoint used by the SNMP agent. This routine is invoked from snmpIoMain( ). This implementation is for a socket based system. It will also call the masterIoInit( ) routine to create the IPC mechanism for the master agent.

GLOBALS

snmpSocket

RETURNS

ERROR if a bound socket cannot be created, otherwise OK.

SEE ALSO

snmpIoLib, snmpIoMain( )