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

  /src/external/bsd/openldap/dist/libraries/libldap/
options.c 209 case LDAP_OPT_NETWORK_TIMEOUT:
856 case LDAP_OPT_NETWORK_TIMEOUT:
922 case LDAP_OPT_NETWORK_TIMEOUT: {
init.c 89 {0, ATTR_OPT_TV, "NETWORK_TIMEOUT", NULL, LDAP_OPT_NETWORK_TIMEOUT},
  /src/external/ibm-public/postfix/dist/src/global/
dict_ldap.c 306 #if defined(LDAP_API_FEATURE_X_OPENLDAP) || !defined(LDAP_OPT_NETWORK_TIMEOUT)
601 #ifdef LDAP_OPT_NETWORK_TIMEOUT
606 #if defined(LDAP_API_FEATURE_X_OPENLDAP) || !defined(LDAP_OPT_NETWORK_TIMEOUT)
632 #ifdef LDAP_OPT_NETWORK_TIMEOUT
647 if (ldap_set_option(dict_ldap->ld, LDAP_OPT_NETWORK_TIMEOUT, &mytimeval) !=
  /src/crypto/external/bsd/openssh/dist/
ldapauth.c 146 if (ldap_set_option(ldap->ld, LDAP_OPT_NETWORK_TIMEOUT, &ldap->b_timeout) != LDAP_SUCCESS) {
147 ldap_perror(ldap->ld, "ldap_set_option(LDAP_OPT_NETWORK_TIMEOUT)");
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
conn.c 379 ldap_set_option( msc->msc_ld, LDAP_OPT_NETWORK_TIMEOUT,
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 587 ldap_set_option( msc->msc_ld, LDAP_OPT_NETWORK_TIMEOUT,
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_xauth.c 925 if ((res = ldap_set_option(ld, LDAP_OPT_NETWORK_TIMEOUT,
928 "LDAP_OPT_NETWORK_TIMEOUT %d failed: %s\n",
  /src/external/bsd/openldap/dist/include/
ldap.h 128 #define LDAP_OPT_NETWORK_TIMEOUT 0x5005 /* socket level timeout */
  /src/external/bsd/openldap/dist/clients/tools/
common.c 1400 if ( ldap_set_option( ld, LDAP_OPT_NETWORK_TIMEOUT, (void *) &nettimeout )
1403 fprintf( stderr, "Could not set LDAP_OPT_NETWORK_TIMEOUT %ld\n",
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 704 ldap_set_option( ld, LDAP_OPT_NETWORK_TIMEOUT, (const void *)&tv );
  /src/external/bsd/openldap/dist/servers/slapd/
config.c 1907 ldap_set_option( ld, LDAP_OPT_NETWORK_TIMEOUT, &tv );

Completed in 52 milliseconds