Go to the source code of this file.
 | 
| int  | pcmk__remote_send_xml (pcmk__remote_t *remote, xmlNode *msg) | 
|   | 
| int  | pcmk__remote_ready (pcmk__remote_t *remote, int timeout_ms) | 
|   | 
| int  | pcmk__read_remote_message (pcmk__remote_t *remote, int timeout_ms) | 
|   | 
| xmlNode *  | pcmk__remote_message_xml (pcmk__remote_t *remote) | 
|   | 
| int  | pcmk__connect_remote (const char *host, int port, int timeout_ms, int *timer_id, int *sock_fd, void *userdata, void(*callback)(void *userdata, int rc, int sock)) | 
|   | 
| int  | pcmk__accept_remote_connection (int ssock, int *csock) | 
|   | 
| void  | pcmk__sockaddr2str (void *sa, char *s) | 
|   | 
◆ pcmk__remote_t
◆ pcmk__accept_remote_connection()
      
        
          | int pcmk__accept_remote_connection  | 
          ( | 
          int  | 
          ssock,  | 
        
        
           | 
           | 
          int *  | 
          csock  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pcmk__connect_remote()
      
        
          | int pcmk__connect_remote  | 
          ( | 
          const char *  | 
          host,  | 
        
        
           | 
           | 
          int  | 
          port,  | 
        
        
           | 
           | 
          int  | 
          timeout_ms,  | 
        
        
           | 
           | 
          int *  | 
          timer_id,  | 
        
        
           | 
           | 
          int *  | 
          sock_fd,  | 
        
        
           | 
           | 
          void *  | 
          userdata,  | 
        
        
           | 
           | 
          void(*)(void *userdata, int rc, int sock)  | 
          callback  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pcmk__read_remote_message()
      
        
          | int pcmk__read_remote_message  | 
          ( | 
          pcmk__remote_t *  | 
          remote,  | 
        
        
           | 
           | 
          int  | 
          timeout_ms  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pcmk__remote_message_xml()
◆ pcmk__remote_ready()
◆ pcmk__remote_send_xml()
◆ pcmk__sockaddr2str()
      
        
          | void pcmk__sockaddr2str  | 
          ( | 
          void *  | 
          sa,  | 
        
        
           | 
           | 
          char *  | 
          s  | 
        
        
           | 
          ) | 
           |  |