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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c312 ret = send_and_recv_http(s, context->kdc_timeout,
392 context->kdc_timeout, send_data, receive);
398 ret = send_via_plugin(context, hi, context->kdc_timeout,
428 ret = send_and_recv_http(fd, context->kdc_timeout,
432 ret = send_and_recv_tcp (fd, context->kdc_timeout,
436 ret = send_and_recv_udp (fd, context->kdc_timeout,
H A Dkrb5_locl.h259 time_t kdc_timeout; member in struct:krb5_context_data
H A Dcontext.c103 INIT_FIELD(context, time, kdc_timeout, 3, "kdc_timeout");

Completed in 118 milliseconds