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

/osnet-11/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.c618 if (creds.gss_proc == RPCSEC_GSS_INIT) {
637 if (creds.gss_proc != RPCSEC_GSS_CONTINUE_INIT) {
697 if (creds.gss_proc == RPCSEC_GSS_DATA) {
707 if (creds.gss_proc != RPCSEC_GSS_INIT && creds.gss_proc !=
918 if ((creds.gss_proc != RPCSEC_GSS_DATA) &&
919 (creds.gss_proc != RPCSEC_GSS_DESTROY)) {
921 switch (creds.gss_proc) {
1035 if (creds.gss_proc == RPCSEC_GSS_DESTROY) {
H A Drpcsec_gss_misc.c77 !xdr_u_int(xdrs, &creds->gss_proc) ||

Completed in 26 milliseconds