Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_client_api.c59 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 Dmain.c102 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 Diperf_server_api.c190 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()
552iperf_err(test, "Server restart (#%d) during active test due to idle data for receiving data", in iperf_run_server()
746iperf_err(test, "Client total requested throughput rate of %" PRIu64 " bps exceeded %" PRIu64 " bp… in iperf_run_server()
H A Dtcp_info.c102 iperf_err(sp->test, "getsockopt - %s", strerror(errno)); in save_tcpinfo()
H A Diperf_error.c42 iperf_err(struct iperf_test *test, const char *format, ...) in iperf_err() function
H A Diperf_api.h352 void iperf_err(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,2,3)…
H A Diperf_tcp.c137iperf_err(test, "failed to send access denied from busy server to new connecting client, errno = %… in iperf_tcp_accept()
H A Diperf_api.c1611 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()
1828iperf_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()