The snmp_dpi_u64 Structure

Structure Definition

struct snmp_dpi_u64 {           /* for unsigned 64-bit int */
  unsigned long high;           /* - high order 32 bits    */
  unsigned long low;            /* - low order  32 bits    */
};
typedef struct snmp_dpi_u64     snmp_dpi_u64;

Note: This structure is supported only in SNMP Version 2.

Structure Members