conn_type          82 include/crm/common/remote_internal.h gnutls_session_t *pcmk__new_tls_session(int csock, unsigned int conn_type,
conn_type         244 lib/common/remote.c pcmk__new_tls_session(int csock, unsigned int conn_type,
conn_type         272 lib/common/remote.c     rc = gnutls_init(session, conn_type);
conn_type         285 lib/common/remote.c     if (conn_type == GNUTLS_CLIENT) {
conn_type         303 lib/common/remote.c             (conn_type == GNUTLS_SERVER)? "server" : "client",