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