conn_type          30 include/crm/common/remote_internal.h gnutls_session_t *pcmk__new_tls_session(int csock, unsigned int conn_type,
conn_type         225 lib/common/remote.c pcmk__new_tls_session(int csock, unsigned int conn_type,
conn_type         253 lib/common/remote.c     rc = gnutls_init(session, conn_type);
conn_type         266 lib/common/remote.c     if (conn_type == GNUTLS_CLIENT) {
conn_type         284 lib/common/remote.c             (conn_type == GNUTLS_SERVER)? "server" : "client",