Searched refs:syncsocket_connect (Results 1 – 3 of 3) sorted by relevance
42 SyncSocket* syncsocket_connect(int fd, SockAddress* sockaddr, int timeout);
54 syncsocket_connect(int fd, SockAddress* sockaddr, int timeout) in syncsocket_connect() function
99 ssocket = syncsocket_connect(fd, sockaddr, CORE_PORT_TIMEOUT_MS); in core_connection_open_socket()