Home
last modified time | relevance | path

Searched refs:CONN_LOG_TLS_FAILURE (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kore/kore-4.1.0/src/
H A Dconnection.c285 c->flags |= CONN_LOG_TLS_FAILURE; in kore_connection_handle()
299 if (c->flags & CONN_LOG_TLS_FAILURE) { in kore_connection_handle()
H A Dnet.c376 if (c->flags & CONN_LOG_TLS_FAILURE) { in net_write_tls()
425 if (c->flags & CONN_LOG_TLS_FAILURE) { in net_read_tls()
H A Dkore.c384 c->flags |= CONN_LOG_TLS_FAILURE;
/dports/devel/kore/kore-4.1.0/include/kore/
H A Dkore.h204 #define CONN_LOG_TLS_FAILURE 0x0020 macro