/usr/include/rpcsvc
NameSizeModeActions
bootparam_prot.h31880644editdlrm
bootparam_prot.x31200644editdlrm
key_prot.h67570644editdlrm
key_prot.x65680644editdlrm
klm_prot.h32900644editdlrm
klm_prot.x37410644editdlrm
mount.h38630644editdlrm
mount.x46650644editdlrm
nfs_prot.h114480644editdlrm
nfs_prot.x79860644editdlrm
nis.h158790644editdlrm
nis.x168020644editdlrm
nislib.h123400644editdlrm
nis_callback.h26750644editdlrm
nis_callback.x21780644editdlrm
nis_object.x130900644editdlrm
nis_tags.h53700644editdlrm
nlm_prot.h93740644editdlrm
nlm_prot.x49900644editdlrm
rex.h52520644editdlrm
rex.x74220644editdlrm
rquota.h22490644editdlrm
rquota.x15680644editdlrm
rstat.h40450644editdlrm
rstat.x40010644editdlrm
rusers.h32790644editdlrm
rusers.x58660644editdlrm
sm_inter.h31730644editdlrm
sm_inter.x37520644editdlrm
spray.h18870644editdlrm
spray.x25430644editdlrm
yp.h79640644editdlrm
yp.x69810644editdlrm
ypclnt.h34810644editdlrm
yppasswd.h9130644editdlrm
yppasswd.x22860644editdlrm
ypupd.h30270644editdlrm
yp_prot.h149200644editdlrm
Edit: /usr/include/rpcsvc/yppasswd.h (913B)
/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _YPPASSWD_H_RPCGEN #define _YPPASSWD_H_RPCGEN #include #ifdef __cplusplus extern "C" { #endif struct passwd { char *pw_name; char *pw_passwd; int pw_uid; int pw_gid; char *pw_gecos; char *pw_dir; char *pw_shell; }; typedef struct passwd passwd; struct yppasswd { char *oldpass; struct passwd newpw; }; typedef struct yppasswd yppasswd; #define YPPASSWDPROG 100009 #define YPPASSWDVERS 1 #define YPPASSWDPROC_UPDATE 1 extern int * yppasswdproc_update_1(yppasswd *, CLIENT *); extern int * yppasswdproc_update_1_svc(yppasswd *, struct svc_req *); extern int yppasswdprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t); /* the xdr functions */ extern bool_t xdr_passwd (XDR *, struct passwd*); extern bool_t xdr_yppasswd (XDR *, yppasswd*); #ifdef __cplusplus } #endif #endif /* !_YPPASSWD_H_RPCGEN */