Home
last modified time | relevance | path

Searched refs:rqst (Results 1 – 3 of 3) sorted by relevance

/sunrpc/
A Dsvc_auth.c96 _authenticate (register struct svc_req *rqst, struct rpc_msg *msg) in _authenticate() argument
100 rqst->rq_cred = msg->rm_call.cb_cred; in _authenticate()
101 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
102 rqst->rq_xprt->xp_verf.oa_length = 0; in _authenticate()
103 cred_flavor = rqst->rq_cred.oa_flavor; in _authenticate()
105 return (*(svcauthsw[cred_flavor].authenticator)) (rqst, msg); in _authenticate()
112 _svcauth_null (struct svc_req *rqst, struct rpc_msg *msg) in libc_hidden_nolink_sunrpc()
A Dsvc_authux.c48 _svcauth_unix (struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix() argument
65 area = (struct area *) rqst->rq_clntcred; in _svcauth_unix()
119 rqst->rq_xprt->xp_verf.oa_flavor = in _svcauth_unix()
121 rqst->rq_xprt->xp_verf.oa_base = in _svcauth_unix()
123 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_unix()
128 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
129 rqst->rq_xprt->xp_verf.oa_length = 0; in _svcauth_unix()
144 _svcauth_short (struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_short() argument
A Dsvcauth_des.c105 _svcauth_des (register struct svc_req *rqst, register struct rpc_msg *msg) in _svcauth_des() argument
131 area = (struct area *) rqst->rq_clntcred; in _svcauth_des()
344 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES; in _svcauth_des()
345 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; in _svcauth_des()
346 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_des()

Completed in 7 milliseconds