Home
last modified time | relevance | path

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

/iperf/src/
H A Dnet.c85 int flags, optval; in timeout_connect() local
99 optlen = sizeof(optval); in timeout_connect()
101 &optval, &optlen)) == 0) { in timeout_connect()
102 errno = optval; in timeout_connect()
103 ret = optval == 0 ? 0 : -1; in timeout_connect()