SM0 She11
Path:
/
/
usr
/
include
/
rpcsvc
Full Path (server): /usr/include/rpcsvc
Create Fil3
Upl04d Fil3
📄 bootparam.h
[E]
[D]
[R]
📄 bootparam_prot.h
[E]
[D]
[R]
📄 bootparam_prot.x
[E]
[D]
[R]
📄 key_prot.h
[E]
[D]
[R]
📄 key_prot.x
[E]
[D]
[R]
📄 klm_prot.h
[E]
[D]
[R]
📄 klm_prot.x
[E]
[D]
[R]
📄 mount.h
[E]
[D]
[R]
📄 mount.x
[E]
[D]
[R]
📄 nfs_prot.h
[E]
[D]
[R]
📄 nfs_prot.x
[E]
[D]
[R]
📄 nis.h
[E]
[D]
[R]
📄 nis.x
[E]
[D]
[R]
📄 nis_callback.h
[E]
[D]
[R]
📄 nis_callback.x
[E]
[D]
[R]
📄 nis_object.x
[E]
[D]
[R]
📄 nis_tags.h
[E]
[D]
[R]
📄 nislib.h
[E]
[D]
[R]
📄 nlm_prot.h
[E]
[D]
[R]
📄 nlm_prot.x
[E]
[D]
[R]
📄 rex.h
[E]
[D]
[R]
📄 rex.x
[E]
[D]
[R]
📄 rquota.h
[E]
[D]
[R]
📄 rquota.x
[E]
[D]
[R]
📄 rstat.h
[E]
[D]
[R]
📄 rstat.x
[E]
[D]
[R]
📄 rusers.h
[E]
[D]
[R]
📄 rusers.x
[E]
[D]
[R]
📄 sm_inter.h
[E]
[D]
[R]
📄 sm_inter.x
[E]
[D]
[R]
📄 spray.h
[E]
[D]
[R]
📄 spray.x
[E]
[D]
[R]
📄 yp.h
[E]
[D]
[R]
📄 yp.x
[E]
[D]
[R]
📄 yp_prot.h
[E]
[D]
[R]
📄 ypclnt.h
[E]
[D]
[R]
📄 yppasswd.h
[E]
[D]
[R]
📄 yppasswd.x
[E]
[D]
[R]
📄 ypupd.h
[E]
[D]
[R]
Editing: spray.h
/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _SPRAY_H_RPCGEN #define _SPRAY_H_RPCGEN #include <rpc/rpc.h> #ifdef __cplusplus extern "C" { #endif #define SPRAYMAX 8845 struct spraytimeval { u_int sec; u_int usec; }; typedef struct spraytimeval spraytimeval; struct spraycumul { u_int counter; spraytimeval clock; }; typedef struct spraycumul spraycumul; typedef struct { u_int sprayarr_len; char *sprayarr_val; } sprayarr; #define SPRAYPROG 100012 #define SPRAYVERS 1 #if defined(__STDC__) || defined(__cplusplus) #define SPRAYPROC_SPRAY 1 extern void * sprayproc_spray_1(sprayarr *, CLIENT *); extern void * sprayproc_spray_1_svc(sprayarr *, struct svc_req *); #define SPRAYPROC_GET 2 extern spraycumul * sprayproc_get_1(void *, CLIENT *); extern spraycumul * sprayproc_get_1_svc(void *, struct svc_req *); #define SPRAYPROC_CLEAR 3 extern void * sprayproc_clear_1(void *, CLIENT *); extern void * sprayproc_clear_1_svc(void *, struct svc_req *); extern int sprayprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t); #else /* K&R C */ #define SPRAYPROC_SPRAY 1 extern void * sprayproc_spray_1(); extern void * sprayproc_spray_1_svc(); #define SPRAYPROC_GET 2 extern spraycumul * sprayproc_get_1(); extern spraycumul * sprayproc_get_1_svc(); #define SPRAYPROC_CLEAR 3 extern void * sprayproc_clear_1(); extern void * sprayproc_clear_1_svc(); extern int sprayprog_1_freeresult (); #endif /* K&R C */ /* the xdr functions */ #if defined(__STDC__) || defined(__cplusplus) extern bool_t xdr_spraytimeval (XDR *, spraytimeval*); extern bool_t xdr_spraycumul (XDR *, spraycumul*); extern bool_t xdr_sprayarr (XDR *, sprayarr*); #else /* K&R C */ extern bool_t xdr_spraytimeval (); extern bool_t xdr_spraycumul (); extern bool_t xdr_sprayarr (); #endif /* K&R C */ #ifdef __cplusplus } #endif #endif /* !_SPRAY_H_RPCGEN */
Save