HomeSort by: relevance | last modified time | path
    Searched refs:kdc_timeout (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_locl.h 232 time_t kdc_timeout; member in struct:krb5_context_data
send_to_kdc.c 51 * - UDP requests are tried 3 times, and it tried with a individual timeout of kdc_timeout / 3.
54 * Total wait time shorter then (number of addresses * 3) + kdc_timeout seconds.
441 host->timeout = context->kdc_timeout / host->fun->ntries;
780 ret = kdc_via_plugin(context, hi, context->kdc_timeout,
1159 ret = realm_via_plugin(context, realm, context->kdc_timeout,
context.c 112 INIT_FIELD(context, time, kdc_timeout, 30, "kdc_timeout");

Completed in 19 milliseconds