Home
last modified time | relevance | path

Searched refs:authunix_parms (Results 1 – 7 of 7) sorted by relevance

/freebsd/include/rpc/
H A Dauth_unix.h57 struct authunix_parms { struct
66 #define authsys_parms authunix_parms argument
69 extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
/freebsd/lib/libc/rpc/
H A Dsvc_auth_unix.c58 struct authunix_parms *aup; in _svcauth_unix()
61 struct authunix_parms area_aup; in _svcauth_unix()
H A Dauthunix_prot.c53 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) in xdr_authunix_parms()
H A Dauth_unix.c91 struct authunix_parms aup; in authunix_create()
264 struct authunix_parms aup; in authunix_refresh()
/freebsd/usr.sbin/keyserv/
H A Dkeyserv.c727 if (((uid_t) ((struct authunix_parms *) in root_auth()
735 ((uid_t) ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid)); in root_auth()
/freebsd/usr.sbin/ypbind/
H A Dypbind.c296 struct authunix_parms *creds; in ypbindprog_2()
319 creds = (struct authunix_parms *)rqstp->rq_clntcred; in ypbindprog_2()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c831 struct authunix_parms *au; in rpcbproc_callit_com()
833 au = (struct authunix_parms *)rqstp->rq_clntcred; in rpcbproc_callit_com()