Home
last modified time | relevance | path

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

/external/iperf3/src/
Dmain.c102 iperf_err(test, "parameter error - %s", iperf_strerror(i_errno)); in main()
155 iperf_err(test, "error - %s", iperf_strerror(i_errno)); in run()
Diperf_server_api.c164 iperf_err(test, "the client has unexpectedly closed the connection"); in iperf_handle_message_server()
210 iperf_err(test, "the client has terminated"); in iperf_handle_message_server()
620iperf_err(test, "Client total requested throughput rate of %" PRIu64 " bps exceeded %" PRIu64 " bp… in iperf_run_server()
Dtcp_info.c102 iperf_err(sp->test, "getsockopt - %s", strerror(errno)); in save_tcpinfo()
Diperf_error.c42 iperf_err(struct iperf_test *test, const char *format, ...) in iperf_err() function
Diperf_api.h329 void iperf_err(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,2,3)…
Diperf_api.c1568iperf_err(test, "Total throughput of %" PRIu64 " bps exceeded %" PRIu64 " bps limit", bits_per_sec… in iperf_check_total_rate()
3089 iperf_err(test, in iperf_print_intermediate()
3708 iperf_err(test, "print_interval_results error: interval_results is NULL"); in print_interval_results()