#include <netinet/in.h>
#include <ucd-snmp/ucd-snmp-config.h>
#include <ucd-snmp/ucd-snmp-includes.h>
#include <ucd-snmp/ucd-snmp-agent-includes.h>
#include "rmClient.h"
Go to the source code of this file.
Functions | |
unsigned long | header_MyGeneric (struct variable *vp, oid *name, size_t *length, int exact, size_t *var_len, WriteMethod **write_method, int aEntity) |
unsigned long | header_resourceInfo (struct variable *vp, oid *name, size_t *length, int exact, size_t *var_len, WriteMethod **write_method) |
unsigned long | header_statisticInfo (struct variable *vp, oid *name, size_t *length, int exact, size_t *var_len, WriteMethod **write_method) |
unsigned long | getHigh32 (const u_int64_t value) |
u_int64_t | setHigh32 (const u_int64_t oirg, const unsigned long high32) |
unsigned long | header_writeGeneric (oid *name, size_t name_len, oid *name_prefix, size_t prefix_len, oid *name_suffix, size_t suffix_len, int aEntity, int *createNew) |
|
Definition at line 199 of file utility.c. Referenced by var_LeakyBucketConfigTable, var_MonitorTable, var_RMStatisticInfoTable, var_ThresholdConfigTable, and var_ThresholdControlTable. |
|
Definition at line 6 of file utility.c. Referenced by var_GenericConfigTable, var_GenericControlTable, var_LeakyBucketConfigTable, var_LeakyBucketControlTable, var_MonitorTable, var_RMSubsystemInfoTable, var_ThresholdConfigTable, var_ThresholdControlTable, and var_WatermarkConfigTable. |
|
Definition at line 66 of file utility.c. Referenced by var_RMResourceInfoTable. |
|
Definition at line 131 of file utility.c. Referenced by var_RMStatisticInfoTable. |
|
|
Definition at line 205 of file utility.c. Referenced by write_leakyBucketFillValueHigh, write_leakyBucketSizeValueHigh, write_statisticCounterResetValueHigh, write_thresholdToleranceValueHigh, and write_thresholdValueHigh. |