__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/*
* 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 */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bootparam.h | File | 911 B | 0644 |
|
| bootparam_prot.h | File | 3.11 KB | 0644 |
|
| bootparam_prot.x | File | 3.05 KB | 0644 |
|
| key_prot.h | File | 6.6 KB | 0644 |
|
| key_prot.x | File | 6.41 KB | 0644 |
|
| klm_prot.h | File | 3.21 KB | 0644 |
|
| klm_prot.x | File | 3.65 KB | 0644 |
|
| mount.h | File | 3.77 KB | 0644 |
|
| mount.x | File | 4.56 KB | 0644 |
|
| nfs_prot.h | File | 11.18 KB | 0644 |
|
| nfs_prot.x | File | 7.8 KB | 0644 |
|
| nis.h | File | 15.83 KB | 0644 |
|
| nis.x | File | 16.41 KB | 0644 |
|
| nis_callback.h | File | 2.64 KB | 0644 |
|
| nis_callback.x | File | 2.13 KB | 0644 |
|
| nis_object.x | File | 12.78 KB | 0644 |
|
| nis_tags.h | File | 5.24 KB | 0644 |
|
| nislib.h | File | 12.69 KB | 0644 |
|
| nlm_prot.h | File | 9.15 KB | 0644 |
|
| nlm_prot.x | File | 4.87 KB | 0644 |
|
| rex.h | File | 5.13 KB | 0644 |
|
| rex.x | File | 7.25 KB | 0644 |
|
| rquota.h | File | 5.42 KB | 0644 |
|
| rquota.x | File | 3.39 KB | 0644 |
|
| rstat.h | File | 3.95 KB | 0644 |
|
| rstat.x | File | 3.91 KB | 0644 |
|
| rusers.h | File | 3.2 KB | 0644 |
|
| rusers.x | File | 5.73 KB | 0644 |
|
| sm_inter.h | File | 3.1 KB | 0644 |
|
| sm_inter.x | File | 3.66 KB | 0644 |
|
| spray.h | File | 1.84 KB | 0644 |
|
| spray.x | File | 2.48 KB | 0644 |
|
| yp.h | File | 9.68 KB | 0644 |
|
| yp.x | File | 7.03 KB | 0644 |
|
| yp_prot.h | File | 10.25 KB | 0644 |
|
| ypclnt.h | File | 3.51 KB | 0644 |
|
| yppasswd.h | File | 1.25 KB | 0644 |
|
| yppasswd.x | File | 2.23 KB | 0644 |
|
| ypupd.h | File | 2.94 KB | 0644 |
|