Home
last modified time | relevance | path

Searched refs:F_SSL (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/usr.sbin/ypldap/
Dypldap.h93 #define F_SSL 0x00100000 macro
Dldapclient.c69 else if (idm->idm_flags & F_SSL) in client_addr_init()
613 if (idm->idm_flags & (F_STARTTLS | F_SSL)) { in client_try_idm()
Dparse.y371 | LDAPS { $$ = F_SSL; }
/openbsd/src/usr.sbin/smtpd/
Dsmtp.c139 if (l->flags & F_SSL) in smtp_setup_listeners()
Dsmtpd.h81 #define F_SSL (F_STARTTLS | F_SMTPS) macro
Dparse.y3250 if (lo->port != 0 && lo->ssl == F_SSL) in create_if_listener()
/openbsd/src/usr.sbin/ldapd/
Dconn.c376 if (!(l->flags & F_SSL)) in conn_tls_init()
Dldapd.h52 #define F_SSL (F_LDAPS|F_STARTTLS) macro
Dldape.c421 if (l->flags & F_SSL) { in ldape()
Dparse.y199 if (($5 & F_SSL) &&