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 */ )
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.
N/A
snmpProcLib