Home | History | Annotate | Download | only in rpc

Lines Matching refs:rqst

75  *	flavorx_auth(rqst, msg)
76 * struct svc_req *rqst;
94 * set rqst->rq_xprt->verf to the appropriate response verifier;
95 * sets rqst->rq_client_cred to the "cooked" form of the credentials.
97 * NB: rqst->rq_cxprt->verf must be pre-allocated;
102 * rqst->rq_client_cred, the cooked credentials.
108 _authenticate(struct svc_req *rqst, struct rpc_msg *msg)
114 _DIAGASSERT(rqst != NULL);
119 rqst->rq_cred = msg->rm_call.cb_cred;
120 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor;
121 rqst->rq_xprt->xp_verf.oa_length = 0;
122 cred_flavor = rqst->rq_cred.oa_flavor;
125 dummy = _svcauth_null(rqst, msg);
128 dummy = _svcauth_unix(rqst, msg);
131 dummy = _svcauth_short(rqst, msg);
135 dummy = __svcauth_des(rqst, msg);
148 as = (*asp->handler)(rqst, msg);
160 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)