Searched refs:rpt_reported (Results 1 – 7 of 7) sorted by relevance
116 tp->rpt_reported), in tls_proxy_context_print()
130 &tls_context->rpt_reported), in tls_proxy_context_scan()
275 int rpt_reported; /* Failure was reported with TLSRPT */ member
1434 TLScontext->rpt_reported = props->tlsrpt != 0 in tls_client_post_connect()
1385 TLScontext->rpt_reported = 0; in tls_alloc_sess_context()
1179 if (state->tlsrpt && session->tls_context->rpt_reported == 0) { in smtp_start_tls()1206 if (state->tlsrpt && session->tls_context->rpt_reported == 0) in smtp_start_tls()
54 Rename TLS_SESS_STATE.rpt_reported to skip_tlsrpt_report.