Home
last modified time | relevance | path

Searched refs:timeout_connect (Results 1 – 2 of 2) sorted by relevance

/iperf/src/
H A Dnet.h30 int timeout_connect(int s, const struct sockaddr *name, socklen_t namelen, int timeout);
H A Dnet.c80 timeout_connect(int s, const struct sockaddr *name, socklen_t namelen, in timeout_connect() function
243 …if (timeout_connect(s, (struct sockaddr *) server_res->ai_addr, server_res->ai_addrlen, timeout) <… in netdial()