Searched defs:svcauth (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c210 SVCAUTH *svcauth; local
218 svcauth = __svc_get_svcauth(xprt);
220 if ((cl = (svc_rpc_gss_data *)svcauth->svc_ah_private) != NULL) {
467 SVCAUTH *svcauth; local
475 svcauth = __svc_get_svcauth(req->rq_xprt);
477 client_data = (svc_rpc_gss_data *)svcauth->svc_ah_private;
478 gss_parms = &svcauth->svc_gss_parms;
483 svcauth->raw_cred = client_data->raw_cred;
484 svcauth->raw_cred.service = gss_parms->service;
485 svcauth
579 SVCAUTH *svcauth; local
1645 SVCAUTH *svcauth; local
[all...]

Completed in 16 milliseconds