Home
last modified time | relevance | path

Searched refs:fallback_count (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrbhst.c191 unsigned int fallback_count; member
514 kd->fallback_count, kd->realm, serv_string); in fallback_get_hosts()
522 if(kd->fallback_count >= 5 || krb5_realm_is_lkdc(kd->realm)) { in fallback_get_hosts()
527 if(kd->fallback_count == 0) in fallback_get_hosts()
531 serv_string, kd->fallback_count, kd->realm); in fallback_get_hosts()
574 kd->fallback_count++; in fallback_get_hosts()