Home
last modified time | relevance | path

Searched refs:LDAP_OPT_X_KEEPALIVE_PROBES (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Doptions.c416 case LDAP_OPT_X_KEEPALIVE_PROBES: in ldap_get_option()
859 case LDAP_OPT_X_KEEPALIVE_PROBES : in ldap_set_option()
980 case LDAP_OPT_X_KEEPALIVE_PROBES : in ldap_set_option()
H A Dinit.c108 {0, ATTR_INT, "KEEPALIVE_PROBES", NULL, LDAP_OPT_X_KEEPALIVE_PROBES},
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h219 #define LDAP_OPT_X_KEEPALIVE_PROBES 0x6301 macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c2113 ldap_set_option( ld, LDAP_OPT_X_KEEPALIVE_PROBES, &sk->sk_probes ); in slap_client_keepalive()