Home
last modified time | relevance | path

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

/iperf/src/
H A Dmain.c72 if (rc < 0) { in main()
75 rc = setpriority(PRIO_PROCESS, 0, 0); in main()
140 int rc; in run() local
141 rc = daemon(0, 0); in run()
142 if (rc < 0) { in run()
152 int rc; in run() local
153 rc = iperf_run_server(test); in run()
154 test->server_last_run_rc =rc; in run()
155 if (rc < 0) { in run()
163 if (rc < -1) { in run()
[all …]
H A Diperf_udp.c285 int rc = 0; in iperf_udp_buffercheck() local
325 rc = 1; in iperf_udp_buffercheck()
347 rc = 1; in iperf_udp_buffercheck()
356 return rc; in iperf_udp_buffercheck()
397 if (rc < 0) in iperf_udp_accept()
399 return rc; in iperf_udp_accept()
414 return rc; in iperf_udp_accept()
502 int rc; in iperf_udp_connect() local
513 if (rc < 0) in iperf_udp_connect()
515 return rc; in iperf_udp_connect()
[all …]
H A Diperf_client_api.c97 int rc; in iperf_create_streams() local
98 rc = getsockopt(s, IPPROTO_TCP, TCP_CONGESTION, ca, &len); in iperf_create_streams()
99 if (rc < 0 && test->congestion) { in iperf_create_streams()
107 if (rc < 0) in iperf_create_streams()
H A Diperf_server_api.c647 int rc; in iperf_run_server() local
648 rc = getsockopt(s, IPPROTO_TCP, TCP_CONGESTION, ca, &len); in iperf_run_server()
649 if (rc < 0 && test->congestion) { in iperf_run_server()
667 if (rc < 0) in iperf_run_server()
H A Diperf_auth.c337 int rc = sscanf((char *) plaintext, auth_text_format, s_username, s_password, &utc_seconds); in decode_auth_setting() local
338 if (rc != 3) { in decode_auth_setting()
H A Diperf_api.c1987 …int rc = decode_auth_setting(test->debug, test->settings->authtoken, test->server_rsa_private_key,… in test_is_authorized() local
1988 if (rc) { in test_is_authorized()
2174 …int rc = encode_auth_setting(test->settings->client_username, test->settings->client_password, tes… in send_parameters() local
2176 if (rc) { in send_parameters()
2601 int rc; in JSON_read() local
2613 rc = Nread(fd, str, hsize, Ptcp); in JSON_read()
2614 if (rc >= 0) { in JSON_read()
2621 if (rc == hsize) { in JSON_read()
/iperf/
H A Daclocal.m48102 ac_ext=rc