getproc_started( ) - indicate that a getproc operation has begun
getproc_good( ) - indicate successful completion of a getproc procedure
getproc_error( ) - indicate that a getproc operation encountered an error
nextproc_started( ) - indicate that a nextproc operation has begun
nextproc_good( ) - indicate successful completion of a nextproc procedure
nextproc_no_next( ) - indicate that there exists no next instance
nextproc_error( ) - indicate that a nextproc operation encountered an error
getproc_got_int32( ) - indicate retrieval of a 32-bit integer
getproc_got_uint32( ) - indicate retrieval of a 32-bit unsigned integer
getproc_got_ip_address( ) - indicate retrieval of an IP address
getproc_got_empty( ) - indicate retrieval of a null value
getproc_got_string( ) - indicate retrieval of a string
testproc_started( ) - indicate that a testproc operation has begun
testproc_good( ) - indicate successful completion of a testproc procedure
testproc_error( ) - indicate that a testproc operation encountered an error
setproc_started( ) - indicate that a setproc operation has begun
setproc_good( ) - indicate successful completion of a setproc procedure
setproc_error( ) - indicate that a setproc operation encountered an error
undoproc_started( ) - indicate that an undoproc operation has begun
undoproc_good( ) - indicate successful completion of an undoproc operation
undoproc_error( ) - indicate that an undproc operation encountered an error
getproc_got_uint64( ) - indicate retrieval of a 64-bit unsigned integer
getproc_got_uint64_high_low( ) - indicate retrieval of a 64-bit unsigned integer with high and low halves
getproc_nosuchins( ) - indicate that no such instance exists
getproc_got_object_id( ) - indicate retrieval of an object identifier
nextproc_next_instance( ) - install instance part of next instance
void getproc_started (SNMP_PKT_T * pPkt, VB_T * pVarBind)