Home
last modified time | relevance | path

Searched refs:rpt_reported (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_proxy_context_print.c116 tp->rpt_reported), in tls_proxy_context_print()
Dtls_proxy_context_scan.c130 &tls_context->rpt_reported), in tls_proxy_context_scan()
Dtls.h275 int rpt_reported; /* Failure was reported with TLSRPT */ member
Dtls_client.c1434 TLScontext->rpt_reported = props->tlsrpt != 0 in tls_client_post_connect()
Dtls_misc.c1385 TLScontext->rpt_reported = 0; in tls_alloc_sess_context()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_proto.c1179 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()
/netbsd/src/external/ibm-public/postfix/dist/
DWISHLIST54 Rename TLS_SESS_STATE.rpt_reported to skip_tlsrpt_report.