⚝
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 :
agent_sysORTable.h
#ifndef AGENT_SYSORTABLE_H #define AGENT_SYSORTABLE_H #ifdef __cplusplus extern "C" { #endif struct sysORTable; extern void init_agent_sysORTable(void); extern void shutdown_agent_sysORTable(void); extern void netsnmp_sysORTable_foreach(void (*)(const struct sysORTable*, void*), void*); extern int register_sysORTable(oid *, size_t, const char *); extern int unregister_sysORTable(oid *, size_t); extern int register_sysORTable_sess(oid *, size_t, const char *, netsnmp_session *); extern int unregister_sysORTable_sess(oid *, size_t, netsnmp_session *); extern void unregister_sysORTable_by_session(netsnmp_session *); #ifdef __cplusplus } #endif #endif /* AGENT_SYSORTABLE_H */