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

/freebsd-11-stable/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-stable/contrib/amd/libamu/
H A Dmisc_rpc.c177 struct authunix_parms *aup = (struct authunix_parms *) NULL;
185 aup = (struct authunix_parms *) rp->rq_clntcred;
/freebsd-11-stable/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-stable/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-stable/usr.sbin/ypbind/
H A Dypbind.c303 struct authunix_parms *creds;
324 creds = (struct authunix_parms *)rqstp->rq_clntcred;
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c840 struct authunix_parms *au;
842 au = (struct authunix_parms *)rqstp->rq_clntcred;

Completed in 72 milliseconds