Searched refs:connect (Results 1 – 9 of 9) sorted by relevance
237 int (*connect)(struct iperf_test *); member
95 if ((ret = connect(s, name, namelen)) != 0 && errno == EINPROGRESS) { in timeout_connect()
390 if (connect(s, (struct sockaddr *) &sa_peer, len) < 0) { in iperf_udp_accept()
548 …if (connect(s, (struct sockaddr *) server_res->ai_addr, server_res->ai_addrlen) < 0 && errno != EI… in iperf_tcp_connect()
78 s = test->protocol->connect(test); in iperf_create_streams()
518 …if (connect(s, (struct sockaddr *) server_res->ai_addr, server_res->ai_addrlen) < 0 && errno != EI… in iperf_sctp_connect()
2816 tcp->connect = iperf_tcp_connect; in iperf_defaults()2832 udp->connect = iperf_udp_connect; in iperf_defaults()2852 sctp->connect = iperf_sctp_connect; in iperf_defaults()
69 requires a host to which iperf3 should connect. The host can by speci-130 set server port to listen on/connect to to n (default 5201)265 --connect-timeout n
381 * A new --connect-timeout option on the client allows specifying a382 length of time that the client will attempt to connect to the