nextproc_error( )

NAME

nextproc_error( ) - indicate that a nextproc operation encountered an error

SYNOPSIS

void nextproc_error 
    ( 
    SNMP_PKT_T *  pPkt,      /* internal representation of the snmp packet */ 
    VB_T *        pVarBind,  /* var bind being processed                   */ 
    INT_32_T      error      /* error code                                 */ 
    )

DESCRIPTION

This routine is called when nextproc encounters an error and cannot retreive a next instance for the requested variable binding.

RETURNS

N/A

SEE ALSO

snmpProcLib