Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dldapauth.c149 if (ldap_set_option(ldap->ld, LDAP_OPT_TIMEOUT, &ldap->s_timeout) != LDAP_SUCCESS) { in ldap_xconnect()
396 attrs, 0, &l->s_timeout, &res ) != LDAP_SUCCESS) { in ldap_getuserkey()
463 NULL, 0, &l->s_timeout, &res) != LDAP_SUCCESS) { in ldap_ismember()
557 l->s_timeout.tv_sec = atoi (v); in ldap_parse_lconf()
Dldapauth.h102 struct timeval s_timeout; /* search timeout */ member
Dservconf.c185 options->lpk.s_timeout.tv_sec = -1; in initialize_server_options()
585 if (options->lpk.s_timeout.tv_sec == -1) in fill_default_server_options()
586 options->lpk.s_timeout.tv_sec = _DEFAULT_LPK_STIMEOUT; in fill_default_server_options()
3005 timetptr = &options->lpk.s_timeout.tv_sec; in process_server_config_line_depth()