Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Doptions.c421 case LDAP_OPT_X_KEEPALIVE_INTERVAL: in ldap_get_option()
860 case LDAP_OPT_X_KEEPALIVE_INTERVAL : in ldap_set_option()
984 case LDAP_OPT_X_KEEPALIVE_INTERVAL : in ldap_set_option()
H A Dinit.c109 {0, ATTR_INT, "KEEPALIVE_INTERVAL", NULL, LDAP_OPT_X_KEEPALIVE_INTERVAL},
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h220 #define LDAP_OPT_X_KEEPALIVE_INTERVAL 0x6302 macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c2117 ldap_set_option( ld, LDAP_OPT_X_KEEPALIVE_INTERVAL, &sk->sk_interval ); in slap_client_keepalive()