Searched refs:iperf_err (Results 1 – 6 of 6) sorted by relevance
/external/iperf3/src/ |
D | main.c | 102 iperf_err(test, "parameter error - %s", iperf_strerror(i_errno)); in main() 155 iperf_err(test, "error - %s", iperf_strerror(i_errno)); in run()
|
D | iperf_server_api.c | 164 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() 620 …iperf_err(test, "Client total requested throughput rate of %" PRIu64 " bps exceeded %" PRIu64 " bp… in iperf_run_server()
|
D | tcp_info.c | 102 iperf_err(sp->test, "getsockopt - %s", strerror(errno)); in save_tcpinfo()
|
D | iperf_error.c | 42 iperf_err(struct iperf_test *test, const char *format, ...) in iperf_err() function
|
D | iperf_api.h | 329 void iperf_err(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,2,3)…
|
D | iperf_api.c | 1568 …iperf_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()
|