Searched refs:gss_proc (Results 1 – 7 of 7) sorted by relevance
84 uint_t gss_proc; /* GSS control procedure */ member269 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;
621 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) {
80 !xdr_u_int(xdrs, &creds->gss_proc) ||
85 uint_t gss_proc; /* GSS control procedure */ member579 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) +
98 !xdr_u_int(xdrs, (uint_t *)&creds->gss_proc) ||
1375 switch (creds.gss_proc) { in __svcrpcsec_gss()1390 creds.gss_proc); in __svcrpcsec_gss()
83 uint_t gss_proc; member