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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_frm_kdc.c173 static krb5_error_code next_closest_tgt(struct tr_state *, krb5_principal);
501 * Don't touch NXT_KDC, thus allowing next_closest_tgt() to
623 * next_closest_tgt()
630 next_closest_tgt(struct tr_state *ts, krb5_principal client) function
696 * The do_traversal loop calls next_closest_tgt() to find the next
697 * closest TGT to the destination realm. next_closest_tgt() updates
711 * The next_closest_tgt() loop moves NXT_KDC to the left starting from
712 * R5, stopping before it reaches CUR_KDC. When next_closest_tgt()
714 * calls next_closest_tgt() again.
716 * next_closest_tgt() a
[all...]

Completed in 46 milliseconds