Searched refs:iperf_err (Results 1 – 8 of 8) sorted by relevance
| /iperf/src/ |
| H A D | iperf_client_api.c | 59 iperf_err(NULL, "No test\n"); in iperf_create_streams() 174 iperf_err(NULL, "No test\n"); in create_client_timers() 235 iperf_err(NULL, "No test\n"); in create_client_omit_timer() 266 iperf_err(NULL, "No test\n"); in iperf_handle_message_client() 370 iperf_err(NULL, "No test\n"); in iperf_connect() 483 iperf_err(NULL, "No test\n"); in iperf_client_end() 528 iperf_err(NULL, "No test\n"); in iperf_run_client()
|
| H A D | main.c | 102 iperf_err(test, "parameter error - %s", iperf_strerror(i_errno)); in main() 156 iperf_err(test, "error - %s", iperf_strerror(i_errno)); in run()
|
| H A D | iperf_server_api.c | 190 iperf_err(test, "the client has unexpectedly closed the connection"); in iperf_handle_message_server() 236 iperf_err(test, "the client has terminated"); in iperf_handle_message_server() 552 … iperf_err(test, "Server restart (#%d) during active test due to idle data for receiving data", in iperf_run_server() 746 …iperf_err(test, "Client total requested throughput rate of %" PRIu64 " bps exceeded %" PRIu64 " bp… in iperf_run_server()
|
| H A D | tcp_info.c | 102 iperf_err(sp->test, "getsockopt - %s", strerror(errno)); in save_tcpinfo()
|
| H A D | iperf_error.c | 42 iperf_err(struct iperf_test *test, const char *format, ...) in iperf_err() function
|
| H A D | iperf_api.h | 352 void iperf_err(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,2,3)…
|
| H A D | iperf_tcp.c | 137 …iperf_err(test, "failed to send access denied from busy server to new connecting client, errno = %… in iperf_tcp_accept()
|
| H A D | iperf_api.c | 1611 iperf_err(test, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in iperf_parse_arguments() 1639 iperf_err(test, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in iperf_parse_arguments() 1828 …iperf_err(test, "Total throughput of %" PRIu64 " bps exceeded %" PRIu64 " bps limit", bits_per_sec… in iperf_check_total_rate() 3387 iperf_err(test, in iperf_print_intermediate() 4057 iperf_err(test, "print_interval_results error: interval_results is NULL"); in print_interval_results()
|