⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
net-snmp
/
agent
/
View File Name :
snmp_get_statistic.h
#ifndef SNMP_GET_STATISTIC_H #define SNMP_GET_STATISTIC_H /** Registers a scalar group with statistics from @ref snmp_get_statistic. * as reginfo.[start, start + end - begin]. * @param reginfo registration to register the items under * @param start offset to the begin item * @param begin first snmp_get_statistic key to return * @param end last snmp_get_statistic key to return */ int netsnmp_register_statistic_handler(netsnmp_handler_registration *reginfo, oid start, int begin, int end); #define NETSNMP_REGISTER_STATISTIC_HANDLER(reginfo, start, stat) \ netsnmp_register_statistic_handler(reginfo, start, \ STAT_ ## stat ## _STATS_START, \ STAT_ ## stat ## _STATS_END) #endif