Searched refs:rq_xprt (Results 1 – 5 of 5) sorted by relevance
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()
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()
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()
485 r.rq_xprt = xprt; in libc_hidden_def()496 r.rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in libc_hidden_def()497 r.rq_xprt->xp_verf.oa_length = 0; in libc_hidden_def()
170 SVCXPRT *rq_xprt; /* associated transport */ member