Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c3586 ULONG expire_time; in nx_iperf_thread_tcp_rx_entry() local
3669 expire_time = (ULONG)(ctrlInfo_ptr -> StartTime + (ctrlInfo_ptr -> TestTime) + 20); in nx_iperf_thread_tcp_rx_entry()
3677 while (tx_time_get() < expire_time) in nx_iperf_thread_tcp_rx_entry()
3792 ULONG expire_time; in nx_iperf_thread_tcp_tx_entry() local
3857 expire_time = (ULONG)(ctrlInfo_ptr -> StartTime + (ctrlInfo_ptr -> TestTime)); in nx_iperf_thread_tcp_tx_entry()
3878 while (tx_time_get() < expire_time) in nx_iperf_thread_tcp_tx_entry()
4032 ULONG expire_time; in nx_iperf_thread_udp_rx_entry() local
4108expire_time = (ULONG)(ctrlInfo_ptr -> StartTime + (ctrlInfo_ptr -> TestTime) + 5); /* Wait 5 mor… in nx_iperf_thread_udp_rx_entry()
4116 while (tx_time_get() < expire_time) in nx_iperf_thread_udp_rx_entry()
4323 ULONG expire_time; in nx_iperf_thread_udp_tx_entry() local
[all …]