Searched refs:gss_proc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c84 uint_t gss_proc; /* GSS control procedure */ member in struct:_rpc_gss_data
269 ap->gss_proc = RPCSEC_GSS_INIT;
335 ap->gss_proc = RPCSEC_GSS_CONTINUE_INIT;
386 ap->gss_proc = RPCSEC_GSS_DATA;
462 ag_creds.gss_proc = ap->gss_proc;
734 ap->gss_proc = RPCSEC_GSS_DESTROY;
H A Dsvc_rpcsec_gss.c621 if (creds.gss_proc == RPCSEC_GSS_INIT) {
640 if (creds.gss_proc != RPCSEC_GSS_CONTINUE_INIT) {
700 if (creds.gss_proc == RPCSEC_GSS_DATA) {
710 if (creds.gss_proc != RPCSEC_GSS_INIT && creds.gss_proc !=
915 if ((creds.gss_proc != RPCSEC_GSS_DATA) &&
916 (creds.gss_proc != RPCSEC_GSS_DESTROY)) {
918 switch (creds.gss_proc) {
1032 if (creds.gss_proc == RPCSEC_GSS_DESTROY) {
H A Drpcsec_gss_misc.c80 !xdr_u_int(xdrs, &creds->gss_proc) ||
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c85 uint_t gss_proc; /* GSS control procedure */ member in struct:_rpc_gss_data
579 ap->gss_proc = RPCSEC_GSS_INIT;
728 ap->gss_proc = RPCSEC_GSS_CONTINUE_INIT;
847 ap->gss_proc = RPCSEC_GSS_DATA;
889 ag_creds.gss_proc = ap->gss_proc;
1124 proc_sav = ap->gss_proc;
1161 ap->gss_proc = proc_sav;
1292 ap->gss_proc = RPCSEC_GSS_DESTROY;
1353 cred_buf_len = RNDUP(sizeof (ap->version) + sizeof (ap->gss_proc)
[all...]
H A Drpcsec_gss_misc.c98 !xdr_u_int(xdrs, (uint_t *)&creds->gss_proc) ||
H A Dsvc_rpcsec_gss.c1375 switch (creds.gss_proc) {
1390 creds.gss_proc);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h83 uint_t gss_proc; member in struct:_rpc_gss_creds

Completed in 71 milliseconds