Searched refs:authunix_parms (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/include/rpc/
H A Dauth_unix.h59 struct authunix_parms { struct
68 #define authsys_parms authunix_parms
71 extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
/freebsd-11.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c181 struct authunix_parms *aup = (struct authunix_parms *) NULL;
189 aup = (struct authunix_parms *) rp->rq_clntcred;
/freebsd-11.0-release/lib/libc/rpc/
H A Dauthunix_prot.c58 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p)
H A Dsvc_auth_unix.c63 struct authunix_parms *aup;
66 struct authunix_parms area_aup;
H A Dauth_unix.c96 struct authunix_parms aup;
269 struct authunix_parms aup;
282 /* first deserialize the creds back into a struct authunix_parms */
302 /* free the struct authunix_parms created by deserializing */
/freebsd-11.0-release/usr.sbin/keyserv/
H A Dkeyserv.c796 if (((uid_t) ((struct authunix_parms *)
804 ((uid_t) ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid));
/freebsd-11.0-release/usr.sbin/ypbind/
H A Dypbind.c301 struct authunix_parms *creds;
322 creds = (struct authunix_parms *)rqstp->rq_clntcred;
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c833 struct authunix_parms *au;
835 au = (struct authunix_parms *)rqstp->rq_clntcred;
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c838 struct authunix_parms *au;
840 au = (struct authunix_parms *)rqstp->rq_clntcred;

Completed in 129 milliseconds