Searched refs:namelen (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() argument95 if ((ret = connect(s, name, namelen)) != 0 && errno == EINPROGRESS) { in timeout_connect()