Home
last modified time | relevance | path

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