Searched refs:xp_verf (Results 1 – 7 of 7) sorted by relevance
451 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()470 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()487 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()504 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()595 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noprog()612 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
120 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()121 rqst->rq_xprt->xp_verf.oa_length = 0; in _authenticate()
130 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()131 rqst->rq_xprt->xp_verf.oa_length = 0; in _svcauth_unix()
118 srp->server.xp_verf.oa_base = srp->verf_body; in svc_raw_create()
162 xprt->xp_verf = _null_auth; in svc_vc_create()280 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
149 xprt->xp_verf.oa_base = su->su_verfbody; in svc_dg_create()
119 struct opaque_auth xp_verf; /* raw response verifier */ member