Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A 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()
H A Dldapauth.h102 struct timeval s_timeout; /* search timeout */ member