testproc_good( )

NAME

testproc_good( ) - indicate successful completion of a testproc procedure

SYNOPSIS

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

DESCRIPTION

This routine indicates that testproc has successfully completed the checks to be performed prior to carrying out a set operation for a given variable binding.

RETURNS

N/A

SEE ALSO

snmpProcLib