#include <crm_internal.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <netdb.h>
#include <termios.h>
#include <sys/socket.h>
#include <glib.h>
#include <crm/crm.h>
#include <crm/cib/internal.h>
#include <crm/common/ipc_internal.h>
#include <crm/common/mainloop.h>
#include <crm/common/xml.h>
#include <crm/common/remote_internal.h>
#include <crm/common/tls_internal.h>
#include <crm/common/output_internal.h>
#include <gnutls/gnutls.h>
#include <arpa/inet.h>
Go to the source code of this file.
◆ TLS_HANDSHAKE_TIMEOUT
      
        
          | #define TLS_HANDSHAKE_TIMEOUT   5 | 
      
 
 
◆ cib_remote_opaque_t
◆ cib__set_output()
◆ cib_remote_new()
      
        
          | cib_t* cib_remote_new | ( | const char * | server, | 
        
          |  |  | const char * | user, | 
        
          |  |  | const char * | passwd, | 
        
          |  |  | int | port, | 
        
          |  |  | gboolean | encrypted | 
        
          |  | ) |  |  |