Home
last modified time | relevance | path

Searched refs:log_param (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_server_scan.c94 VSTRING *log_param = vstring_alloc(25); in tls_proxy_server_init_scan() local
117 RECV_ATTR_STR(TLS_ATTR_LOG_PARAM, log_param), in tls_proxy_server_init_scan()
139 props->log_param = vstring_export(log_param); in tls_proxy_server_init_scan()
169 myfree((void *) props->log_param); in tls_proxy_server_init_free()
H A Dtls_proxy_client_scan.c230 myfree((void *) props->log_param); in tls_proxy_client_init_free()
254 VSTRING *log_param = vstring_alloc(25); in tls_proxy_client_init_scan() local
276 RECV_ATTR_STR(TLS_ATTR_LOG_PARAM, log_param), in tls_proxy_client_init_scan()
292 props->log_param = vstring_export(log_param); in tls_proxy_client_init_scan()
H A Dtls_proxy_server_print.c76 STRING_OR_EMPTY(props->log_param)), in tls_proxy_server_init_print()
H A Dtls.h456 const char *log_param; member
524 const char *log_param; member
H A Dtls_proxy_client_print.c152 STRING_OR_EMPTY(props->log_param)), in tls_proxy_client_init_print()
H A Dtls_dane.c272 void tls_dane_loglevel(const char *log_param, const char *log_level) in tls_dane_loglevel() argument
274 log_mask = tls_log_mask(log_param, log_level); in tls_dane_loglevel()
H A Dtls_misc.c567 int tls_log_mask(const char *log_param, const char *log_level) in tls_log_mask() argument
571 mask = name_mask_opt(log_param, tls_log_table, log_level, in tls_log_mask()
H A Dtls_client.c630 log_mask = tls_log_mask(props->log_param, props->log_level); in tls_client_init()
H A Dtls_server.c409 log_mask = tls_log_mask(props->log_param, props->log_level); in tls_server_init()
/netbsd-src/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c302 const char *log_param; /* main.cf parameter name */ member
948 tls_log_mask(ent->log_param, in tlsmgr_pre_init()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp.c1526 log_param = VAR_LMTP_SMTP(TLS_LOGLEVEL), in pre_init()
H A Dsmtp_proto.c916 log_param = VAR_LMTP_SMTP(TLS_LOGLEVEL), in smtp_start_tls()
/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c1618 log_param = VAR_TLSP_TLS_LOGLEVEL, in pre_jail_init_server()
1754 log_param = var_tlsp_clnt_logparam, in pre_jail_init_client()
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c798 log_param = "-L option", in starttls()
1859 log_param = "-L option", in tls_init()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c6376 log_param = VAR_SMTPD_TLS_LOGLEVEL, in pre_jail_init()