getproc_got_uint64( )

NAME

getproc_got_uint64( ) - indicate retrieval of a 64-bit unsigned integer

SYNOPSIS

void getproc_got_uint64 
    ( 
    SNMP_PKT_T *  pPkt,      /* internal representation of the snmp packet */ 
    VB_T *        pVarBind,  /* var bind being processed                   */ 
    UINT_64_T *   data       /* 64 bit data                                */ 
    )

DESCRIPTION

This routine is called from getproc or nextproc when a 64-bit unsigned integer value is retrieved for a variable binding.

RETURNS

N/A

SEE ALSO

snmpProcLib