Home
last modified time | relevance | path

Searched refs:rq_cred (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libc/rpc/
H A Dsvc_auth.c93 rqst->rq_cred = msg->rm_call.cb_cred; in _authenticate()
96 cred_flavor = rqst->rq_cred.oa_flavor; in _authenticate()
H A Dsvc.c587 r.rq_cred = msg.rm_call.cb_cred; in svc_getreq_common()
/openbsd/include/rpc/
H A Dsvc.h156 struct opaque_auth rq_cred; /* raw creds from the wire */ member
/openbsd/libexec/rpc.rquotad/
H A Drquotad.c139 if (request->rq_cred.oa_flavor != AUTH_UNIX) { in sendquota()
/openbsd/usr.sbin/portmap/
H A Dportmap.c626 if (rqstp->rq_cred.oa_flavor == AUTH_UNIX) in callit()
/openbsd/usr.sbin/ypbind/
H A Dypbind.c289 switch (rqstp->rq_cred.oa_flavor) { in ypbindprog_2()