crm_remote_tcp_connect_async  203 include/crm_internal.h int crm_remote_tcp_connect_async(const char *host, int port, int timeout,       /*ms */
crm_remote_tcp_connect_async  945 lib/common/remote.c     return crm_remote_tcp_connect_async(host, port, -1, NULL, NULL, NULL);
crm_remote_tcp_connect_async 1196 lib/lrmd/lrmd_client.c     sock = crm_remote_tcp_connect_async(native->server, native->port, timeout,