003 File Manager
Current Path:
/usr/include/rpcsvc
usr
/
include
/
rpcsvc
/
📁
..
📄
bootparam_prot.h
(2.49 KB)
📄
bootparam_prot.x
(3.29 KB)
📄
crypt.h
(1.3 KB)
📄
crypt.x
(3.65 KB)
📄
key_prot.h
(6.57 KB)
📄
key_prot.x
(6.58 KB)
📄
klm_prot.h
(2.54 KB)
📄
klm_prot.x
(3.93 KB)
📄
mount.h
(4.49 KB)
📄
mount.x
(7.09 KB)
📄
nfs_prot.h
(34.94 KB)
📄
nfs_prot.x
(22.03 KB)
📄
nis.h
(19.28 KB)
📄
nis.x
(16.26 KB)
📄
nis_cache.h
(3.21 KB)
📄
nis_cache.x
(2.64 KB)
📄
nis_callback.h
(2.83 KB)
📄
nis_callback.x
(2.35 KB)
📄
nis_db.h
(3.68 KB)
📄
nis_object.x
(12.42 KB)
📄
nis_tags.h
(5.42 KB)
📄
nislib.h
(7.03 KB)
📄
nlm_prot.h
(13.78 KB)
📄
nlm_prot.x
(6.38 KB)
📄
rex.h
(4.37 KB)
📄
rex.x
(7.47 KB)
📄
rnusers.h
(3.06 KB)
📄
rnusers.x
(3.29 KB)
📄
rquota.h
(4.06 KB)
📄
rquota.x
(3.46 KB)
📄
rstat.h
(3.25 KB)
📄
rstat.x
(4.26 KB)
📄
rwall.h
(2.12 KB)
📄
rwall.x
(1.7 KB)
📄
sm_inter.h
(2.67 KB)
📄
sm_inter.x
(4.06 KB)
📄
spray.h
(1.39 KB)
📄
spray.x
(2.71 KB)
📄
yp.h
(11.12 KB)
📄
yp.x
(8.03 KB)
📄
yp_prot.h
(10.34 KB)
📄
ypclnt.h
(3.85 KB)
📄
yppasswd.h
(1.12 KB)
📄
yppasswd.x
(2.6 KB)
📄
ypupdate_prot.h
(3.26 KB)
📄
ypupdate_prot.x
(2.3 KB)
📄
ypxfrd.h
(2.33 KB)
📄
ypxfrd.x
(6.96 KB)
Editing: mount.h
/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _MOUNT_H_RPCGEN #define _MOUNT_H_RPCGEN #include <rpc/rpc.h> #ifdef __cplusplus extern "C" { #endif #define MNTPATHLEN 1024 #define MNTNAMLEN 255 #define FHSIZE 32 #define FHSIZE3 64 typedef char fhandle[FHSIZE]; typedef struct { u_int fhandle3_len; char *fhandle3_val; } fhandle3; struct fhstatus { u_int fhs_status; union { fhandle fhs_fhandle; } fhstatus_u; }; typedef struct fhstatus fhstatus; enum mountstat3 { MNT3_OK = 0, MNT3ERR_PERM = 1, MNT3ERR_NOENT = 2, MNT3ERR_IO = 5, MNT3ERR_ACCES = 13, MNT3ERR_NOTDIR = 20, MNT3ERR_INVAL = 22, MNT3ERR_NAMETOOLONG = 63, MNT3ERR_NOTSUPP = 10004, MNT3ERR_SERVERFAULT = 10006 }; typedef enum mountstat3 mountstat3; struct mountres3_ok { fhandle3 fhandle; struct { u_int auth_flavors_len; int *auth_flavors_val; } auth_flavors; }; typedef struct mountres3_ok mountres3_ok; struct mountres3 { mountstat3 fhs_status; union { mountres3_ok mountinfo; } mountres3_u; }; typedef struct mountres3 mountres3; typedef char *dirpath; typedef char *name; typedef struct mountbody *mountlist; struct mountbody { name ml_hostname; dirpath ml_directory; mountlist ml_next; }; typedef struct mountbody mountbody; typedef struct groupnode *groups; struct groupnode { name gr_name; groups gr_next; }; typedef struct groupnode groupnode; typedef struct exportnode *exports; struct exportnode { dirpath ex_dir; groups ex_groups; exports ex_next; }; typedef struct exportnode exportnode; #define MOUNTPROG ((unsigned long)(100005)) #define MOUNTVERS ((unsigned long)(1)) extern void mountprog_1(struct svc_req *rqstp, SVCXPRT *transp); #define MOUNTPROC_NULL ((unsigned long)(0)) extern void * mountproc_null_1(void *, CLIENT *); extern void * mountproc_null_1_svc(void *, struct svc_req *); #define MOUNTPROC_MNT ((unsigned long)(1)) extern fhstatus * mountproc_mnt_1(dirpath *, CLIENT *); extern fhstatus * mountproc_mnt_1_svc(dirpath *, struct svc_req *); #define MOUNTPROC_DUMP ((unsigned long)(2)) extern mountlist * mountproc_dump_1(void *, CLIENT *); extern mountlist * mountproc_dump_1_svc(void *, struct svc_req *); #define MOUNTPROC_UMNT ((unsigned long)(3)) extern void * mountproc_umnt_1(dirpath *, CLIENT *); extern void * mountproc_umnt_1_svc(dirpath *, struct svc_req *); #define MOUNTPROC_UMNTALL ((unsigned long)(4)) extern void * mountproc_umntall_1(void *, CLIENT *); extern void * mountproc_umntall_1_svc(void *, struct svc_req *); #define MOUNTPROC_EXPORT ((unsigned long)(5)) extern exports * mountproc_export_1(void *, CLIENT *); extern exports * mountproc_export_1_svc(void *, struct svc_req *); #define MOUNTPROC_EXPORTALL ((unsigned long)(6)) extern exports * mountproc_exportall_1(void *, CLIENT *); extern exports * mountproc_exportall_1_svc(void *, struct svc_req *); extern int mountprog_1_freeresult(SVCXPRT *, xdrproc_t, caddr_t); #define MOUNTVERS3 ((unsigned long)(3)) extern void mountprog_3(struct svc_req *rqstp, SVCXPRT *transp); extern void * mountproc_null_3(void *, CLIENT *); extern void * mountproc_null_3_svc(void *, struct svc_req *); extern mountres3 * mountproc_mnt_3(dirpath *, CLIENT *); extern mountres3 * mountproc_mnt_3_svc(dirpath *, struct svc_req *); extern mountlist * mountproc_dump_3(void *, CLIENT *); extern mountlist * mountproc_dump_3_svc(void *, struct svc_req *); extern void * mountproc_umnt_3(dirpath *, CLIENT *); extern void * mountproc_umnt_3_svc(dirpath *, struct svc_req *); extern void * mountproc_umntall_3(void *, CLIENT *); extern void * mountproc_umntall_3_svc(void *, struct svc_req *); extern exports * mountproc_export_3(void *, CLIENT *); extern exports * mountproc_export_3_svc(void *, struct svc_req *); extern int mountprog_3_freeresult(SVCXPRT *, xdrproc_t, caddr_t); /* the xdr functions */ extern bool_t xdr_fhandle(XDR *, fhandle); extern bool_t xdr_fhandle3(XDR *, fhandle3*); extern bool_t xdr_fhstatus(XDR *, fhstatus*); extern bool_t xdr_mountstat3(XDR *, mountstat3*); extern bool_t xdr_mountres3_ok(XDR *, mountres3_ok*); extern bool_t xdr_mountres3(XDR *, mountres3*); extern bool_t xdr_dirpath(XDR *, dirpath*); extern bool_t xdr_name(XDR *, name*); extern bool_t xdr_mountlist(XDR *, mountlist*); extern bool_t xdr_mountbody(XDR *, mountbody*); extern bool_t xdr_groups(XDR *, groups*); extern bool_t xdr_groupnode(XDR *, groupnode*); extern bool_t xdr_exports(XDR *, exports*); extern bool_t xdr_exportnode(XDR *, exportnode*); #ifdef __cplusplus } #endif #endif /* !_MOUNT_H_RPCGEN */
Upload File
Create Folder