Searched refs:ldo_keepalive_probes (Results 1 – 4 of 4) sorted by relevance
154 if ( ld->ld_options.ldo_keepalive_probes > 0 ) in ldap_int_prepare_socket()158 (void*) &ld->ld_options.ldo_keepalive_probes, in ldap_int_prepare_socket()159 … sizeof(ld->ld_options.ldo_keepalive_probes) ) == AC_SOCKET_ERROR ) in ldap_int_prepare_socket()
417 * (int *) outvalue = lo->ldo_keepalive_probes; in ldap_get_option()981 lo->ldo_keepalive_probes = * (const int *) invalue; in ldap_set_option()
647 gopts->ldo_keepalive_probes = 0; in ldap_int_initialize_global_options()
250 ber_int_t ldo_keepalive_probes; member