Searched refs:timeout_connect (Results 1 – 2 of 2) sorted by relevance
30 int timeout_connect(int s, const struct sockaddr *name, socklen_t namelen, int timeout);
80 timeout_connect(int s, const struct sockaddr *name, socklen_t namelen, in timeout_connect() function243 …if (timeout_connect(s, (struct sockaddr *) server_res->ai_addr, server_res->ai_addrlen, timeout) <… in netdial()