Searched refs:rqst (Results 1 – 5 of 5) sorted by relevance
96 _authenticate (register struct svc_req *rqst, struct rpc_msg *msg) in _authenticate() argument100 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()
48 _svcauth_unix (struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix() argument65 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
105 _svcauth_des (register struct svc_req *rqst, register struct rpc_msg *msg) in _svcauth_des() argument131 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()
7 extern enum auth_stat _svcauth_unix (struct svc_req *rqst,9 extern enum auth_stat _svcauth_short (struct svc_req *rqst,
16 extern enum auth_stat _svcauth_des (struct svc_req *rqst,