Home
last modified time | relevance | path

Searched refs:xp_verf (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dsvc_auth_unix.c122 rqst->rq_xprt->xp_verf.oa_flavor = in _svcauth_unix()
124 rqst->rq_xprt->xp_verf.oa_base = in _svcauth_unix()
126 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_unix()
129 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
130 rqst->rq_xprt->xp_verf.oa_length = 0; in _svcauth_unix()
H A Dsvc.c361 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
380 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
397 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
414 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
460 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noprog()
477 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
H A Dsvc_auth.c99 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
100 rqst->rq_xprt->xp_verf.oa_length = 0; in _authenticate()
H A Dsvc_auth_des.c311 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES; in _svcauth_des()
312 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; in _svcauth_des()
313 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_des()
H A Dsvc_raw.c102 srp->server.xp_verf.oa_base = srp->verf_body; in svc_raw_create()
H A Dsvc_vc.c150 xprt->xp_verf = _null_auth; in svc_vc_create()
265 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
H A Dsvc_dg.c136 xprt->xp_verf.oa_base = su->su_verfbody; in svc_dg_create()
/dragonfly/include/rpc/
H A Dsvc.h121 struct opaque_auth xp_verf; /* raw response verifier */ member