Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
include /
net-snmp /
system /
[ HOME SHELL ]
Name
Size
Permission
Action
aix.h
656
B
-rw-r--r--
bsd.h
418
B
-rw-r--r--
bsdi.h
43
B
-rw-r--r--
bsdi3.h
85
B
-rw-r--r--
bsdi4.h
288
B
-rw-r--r--
cygwin.h
212
B
-rw-r--r--
darwin.h
177
B
-rw-r--r--
darwin10.h
3.7
KB
-rw-r--r--
darwin7.h
331
B
-rw-r--r--
darwin8.h
2.29
KB
-rw-r--r--
darwin9.h
3.69
KB
-rw-r--r--
dragonfly.h
442
B
-rw-r--r--
dynix.h
1.91
KB
-rw-r--r--
freebsd.h
533
B
-rw-r--r--
freebsd10.h
92
B
-rw-r--r--
freebsd2.h
187
B
-rw-r--r--
freebsd3.h
223
B
-rw-r--r--
freebsd4.h
397
B
-rw-r--r--
freebsd5.h
225
B
-rw-r--r--
freebsd6.h
89
B
-rw-r--r--
freebsd7.h
89
B
-rw-r--r--
freebsd8.h
89
B
-rw-r--r--
freebsd9.h
89
B
-rw-r--r--
generic.h
1.44
KB
-rw-r--r--
hpux.h
1.75
KB
-rw-r--r--
irix.h
615
B
-rw-r--r--
linux.h
468
B
-rw-r--r--
mingw32.h
2.4
KB
-rw-r--r--
mips.h
50
B
-rw-r--r--
netbsd.h
1.52
KB
-rw-r--r--
openbsd.h
441
B
-rw-r--r--
openbsd4.h
88
B
-rw-r--r--
openbsd5.h
99
B
-rw-r--r--
osf5.h
565
B
-rw-r--r--
solaris.h
997
B
-rw-r--r--
solaris2.3.h
24
B
-rw-r--r--
solaris2.4.h
24
B
-rw-r--r--
solaris2.5.h
79
B
-rw-r--r--
solaris2.6.h
51
B
-rw-r--r--
sunos.h
251
B
-rw-r--r--
svr5.h
466
B
-rw-r--r--
sysv.h
52
B
-rw-r--r--
ultrix4.h
166
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : darwin9.h
/* * While Darwin 9 (aka, Mac OS X 10.5 Leopard) is "BSD-like", it differs * substantially enough to not warrant pretending it is a BSD flavor. * This first section are the vestigal BSD remnants. */ /* Portions of this file are subject to the following copyright(s). See * the Net-SNMP's COPYING file for more details and other copyrights * that may apply: */ /* * Portions of this file are copyrighted by: * Copyright (C) 2007 Apple, Inc. All rights reserved. * Use is subject to license terms specified in the COPYING file * distributed with the Net-SNMP package. */ /* * BSD systems use a different method of looking up sockaddr_in values */ /* #define NEED_KLGETSA 1 */ /* * ARP_Scan_Next needs a 4th ifIndex argument */ #define ARP_SCAN_FOUR_ARGUMENTS 1 #define CHECK_RT_FLAGS 1 /* * this is not good enough before freebsd3! */ /* #undef HAVE_NET_IF_MIB_H */ /* * This section adds the relevant definitions from generic.h * (a file we don't include here) */ /* * udp_inpcb list symbol, e.g. for mibII/udpTable.c */ #define INP_NEXT_SYMBOL inp_next /* * This section defines Mac OS X 10.5 (and later) specific additions. */ #define darwin 9 #ifndef darwin9 # define darwin9 darwin #endif /* * Mac OS X should only use the modern API and definitions. */ #ifndef NETSNMP_NO_LEGACY_DEFINITIONS #define NETSNMP_NO_LEGACY_DEFINITIONS 1 #endif /* * looks like the IFTable stuff works better than the mibII versions */ #define NETSNMP_INCLUDE_IFTABLE_REWRITES /* * use new host resources files as well */ #define NETSNMP_INCLUDE_HRSWINST_REWRITES #define NETSNMP_INCLUDE_HRSWRUN_REWRITES #undef NETSNMP_INCLUDE_HRSWRUN_WRITE_SUPPORT #define NETSNMP_CAN_GET_DISK_LABEL 1 /* * Enabling this restricts the compiler to mostly public APIs. */ #ifndef __APPLE_API_STRICT_CONFORMANCE #define __APPLE_API_STRICT_CONFORMANCE 1 #endif #ifndef __APPLE_API_UNSTABLE #define __APPLE_API_UNSTABLE 1 #endif /* * Darwin's tools are capable of building multiple architectures in one pass. * As a result, platform definitions should be deferred until compile time. */ #ifdef BYTE_ORDER # undef WORDS_BIGENDIAN # if BYTE_ORDER == BIG_ENDIAN # define WORDS_BIGENDIAN 1 # endif #endif /* * Darwin's tools are capable of building multiple architectures in one pass. * As a result, platform definitions should be deferred until compile time. */ #ifdef BYTE_ORDER # undef WORDS_BIGENDIAN # if BYTE_ORDER == BIG_ENDIAN # define WORDS_BIGENDIAN 1 # endif #endif /* * Although Darwin does have an fstab.h file, getfsfile etc. always return null. * At least, as of 5.3. */ #undef HAVE_FSTAB_H #define SWAPFILE_DIR "/private/var/vm" #define SWAPFILE_PREFIX "swapfile" /* * These apparently used to be in netinet/tcp_timers.h, but went away in * 10.4.2. Define them here til we find out a way to get the real values. */ #define TCPTV_MIN ( 1*PR_SLOWHZ) /* minimum allowable value */ #define TCPTV_REXMTMAX ( 64*PR_SLOWHZ) /* max allowable REXMT value */ /* * Because Mac OS X is built on Mach, it does not provide a BSD-compatible * VM statistics API. */ #define USE_MACH_HOST_STATISTICS 1 /* * This tells code that manipulates IPv6 that the structures are unified, * i.e., IPv4 and IPv6 use the same structs. * This should eventually be replaced with a configure directive. */ /* #define USE_UNIFIED_IPV6_STRUCTS 1 */ #undef STRUCT_in6pcb_HAS_inp_vflag /* * utility macro used in several darwin specific files */ #define SNMP_CFRelease(x) do { if (x) { CFRelease(x); x = NULL; } } while(0) /* * Mac OS X runs on both PPC and Intel hardware, * which handle udpTable index values differently */ #include <TargetConditionals.h> #ifdef TARGET_RT_LITTLE_ENDIAN #define UDP_ADDRESSES_IN_HOST_ORDER 1 #endif
Close