Lines Matching refs:now
1838 struct iperf_time now; in iperf_send() local
1854 iperf_time_now(&now); in iperf_send()
1874 iperf_check_throttle(sp, &now); in iperf_send()
1881 iperf_time_now(&now); in iperf_send()
1884 iperf_check_throttle(sp, &now); in iperf_send()
1918 struct iperf_time now; in iperf_init_test() local
1927 if (iperf_time_now(&now) < 0) { in iperf_init_test()
1932 sp->result->start_time = sp->result->start_time_fixed = now; in iperf_init_test()
1956 struct iperf_time now; in iperf_create_send_timers() local
1960 if (iperf_time_now(&now) < 0) { in iperf_create_send_timers()
3136 struct iperf_time now; in iperf_reset_stats() local
3142 iperf_time_now(&now); in iperf_reset_stats()
3158 rp->start_time = now; in iperf_reset_stats()
4745 time_t now; in iperf_printf() local
4751 time(&now); in iperf_printf()
4752 ltm = localtime(&now); in iperf_printf()