getproc_got_uint64_high_low( )

NAME

getproc_got_uint64_high_low( ) - indicate retrieval of a 64-bit unsigned integer with high and low halves

SYNOPSIS

void getproc_got_uint64_high_low 
    ( 
    SNMP_PKT_T *  pPkt,      /* internal representation of the snmp packet */ 
    VB_T *        pVarBind,  /* var bind being processed                   */ 
    UINT_32_T     high,      /* high half of data                          */ 
    UINT_32_T     low        /* lower half of data                         */ 
    )

DESCRIPTION

This routine is called from getproc or nextproc when a 64-bit unsigned integer value with both high and low halves is retrieved for a variable binding.

RETURNS

N/A

SEE ALSO

snmpProcLib