Home
last modified time | relevance | path

Searched refs:server_last_run_rc (Results 1 – 3 of 3) sorted by relevance

/iperf/src/
H A Dmain.c154 test->server_last_run_rc =rc; in run()
H A Diperf_server_api.c90 if (test->server_last_run_rc != 2) in iperf_server_listen()
92 if (test->debug || test->server_last_run_rc != 2) { in iperf_server_listen()
H A Diperf.h367 int server_last_run_rc; /* Save last server run rc for next test */ member