Home
last modified time | relevance | path

Searched refs:rq_xprt (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sunrpc/
Dsvc_authux.c119 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()
Dsvc_auth.c101 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
102 rqst->rq_xprt->xp_verf.oa_length = 0; in _authenticate()
Dsvcauth_des.c344 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()
Dsvc.c485 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()
/glibc-2.36/sunrpc/rpc/
Dsvc.h170 SVCXPRT *rq_xprt; /* associated transport */ member