Home
last modified time | relevance | path

Searched refs:CONN_IS_TLS (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dclient.c419 if ( flags & CONN_IS_TLS ) { in client_init()
H A Ddaemon.c937 if ( sl->sl_is_tls ) cflag |= CONN_IS_TLS; in lload_listener()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c333 assert( !( flags & CONN_IS_TLS )); in connection_init()
529 if ( flags & CONN_IS_TLS ) { in connection_init()
H A Dslap.h2937 #define CONN_IS_TLS 1 macro
H A Ddaemon.c2360 if ( sl->sl_is_tls ) cflag |= CONN_IS_TLS; in slap_listener()