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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_frm_kdc.c871 int referral_count, i; local
955 for (referral_count = 0;
956 referral_count < KRB5_REFERRAL_MAXHOPS;
957 referral_count++) {
974 if (referral_count==0) {
982 "retrying without option.\n", referral_count + 1));
1041 if (referral_count == 0)
1044 r1 = &referral_tgts[referral_count-1]->server->data[1];
1056 for (i=0;i<referral_count;i++) {
1079 referral_tgts[referral_count]
[all...]

Completed in 70 milliseconds