| Server IP : 23.254.227.96 / Your IP : 216.73.216.21 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/include/net-snmp/library/ |
Upload File : |
/*
* UCD compatability definitions & declarations
*
*/
#ifndef NET_SNMP_UCD_COMPAT_H
#define NET_SNMP_UCD_COMPAT_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* from snmp_api.h
*/
NETSNMP_IMPORT
void snmp_set_dump_packet(int);
NETSNMP_IMPORT
int snmp_get_dump_packet(void);
NETSNMP_IMPORT
void snmp_set_quick_print(int);
NETSNMP_IMPORT
int snmp_get_quick_print(void);
NETSNMP_IMPORT
void snmp_set_suffix_only(int);
NETSNMP_IMPORT
int snmp_get_suffix_only(void);
NETSNMP_IMPORT
void snmp_set_full_objid(int);
int snmp_get_full_objid(void);
NETSNMP_IMPORT
void snmp_set_random_access(int);
NETSNMP_IMPORT
int snmp_get_random_access(void);
/*
* from parse.h
*/
NETSNMP_IMPORT
void snmp_set_mib_warnings(int);
NETSNMP_IMPORT
void snmp_set_mib_errors(int);
NETSNMP_IMPORT
void snmp_set_save_descriptions(int);
void snmp_set_mib_comment_term(int);
void snmp_set_mib_parse_label(int);
#ifdef __cplusplus
}
#endif
#endif /* NET_SNMP_UCD_COMPAT_H */