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