/usr/include/glusterfs/rpc/mount3udp.h is in glusterfs-common 3.13.2-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | /*
* Please do not edit this file.
* It was generated using rpcgen.
*/
#ifndef _MOUNT3UDP_H_RPCGEN
#define _MOUNT3UDP_H_RPCGEN
#include <rpc/rpc.h>
#ifdef __cplusplus
extern "C" {
#endif
#include "compat.h"
#include "xdr-nfs3.h"
#define MNTUDPPATHLEN 1024
typedef char *mntudpdirpath;
#define MOUNTUDP_PROGRAM 100005
#define MOUNTUDP_V3 3
#if defined(__STDC__) || defined(__cplusplus)
#define MOUNTUDPPROC3_NULL 0
extern void * mountudpproc3_null_3(void *, CLIENT *);
extern void * mountudpproc3_null_3_svc(void *, struct svc_req *);
#define MOUNTUDPPROC3_MNT 1
extern mountres3 * mountudpproc3_mnt_3(mntudpdirpath *, CLIENT *);
extern mountres3 * mountudpproc3_mnt_3_svc(mntudpdirpath *, struct svc_req *);
#define MOUNTUDPPROC3_UMNT 3
extern mountstat3 * mountudpproc3_umnt_3(mntudpdirpath *, CLIENT *);
extern mountstat3 * mountudpproc3_umnt_3_svc(mntudpdirpath *, struct svc_req *);
extern int mountudp_program_3_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
#else /* K&R C */
#define MOUNTUDPPROC3_NULL 0
extern void * mountudpproc3_null_3();
extern void * mountudpproc3_null_3_svc();
#define MOUNTUDPPROC3_MNT 1
extern mountres3 * mountudpproc3_mnt_3();
extern mountres3 * mountudpproc3_mnt_3_svc();
#define MOUNTUDPPROC3_UMNT 3
extern mountstat3 * mountudpproc3_umnt_3();
extern mountstat3 * mountudpproc3_umnt_3_svc();
extern int mountudp_program_3_freeresult ();
#endif /* K&R C */
/* the xdr functions */
#if defined(__STDC__) || defined(__cplusplus)
extern bool_t xdr_mntudpdirpath (XDR *, mntudpdirpath*);
#else /* K&R C */
extern bool_t xdr_mntudpdirpath ();
#endif /* K&R C */
#ifdef __cplusplus
}
#endif
#endif /* !_MOUNT3UDP_H_RPCGEN */
|