Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/tahi_test/
Dnetx_tahi_run_test_case.c58 ULONG start_time, current_time, time_remaining; in perform_check() local
62 start_time = current_time = tx_time_get(); in perform_check()
65 time_remaining = timeout - (current_time - start_time); in perform_check()
101 time_remaining = timeout - (current_time - start_time); in perform_check()
133 ULONG start_time, current_time, time_remaining; in perform_null_check() local
140 start_time = current_time = tx_time_get(); in perform_null_check()
143 time_remaining = timeout - (current_time - start_time); in perform_null_check()
158 time_remaining = timeout - (current_time - start_time); in perform_null_check()
291 ULONG start_time, current_time, time_remaining; in perform_decrypt_check() local
304 start_time = current_time = tx_time_get(); in perform_decrypt_check()
[all …]
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_run_test_case.c57 ULONG start_time, current_time, time_remaining; in perform_check() local
60 start_time = current_time = tx_time_get(); in perform_check()
63 time_remaining = timeout - (current_time - start_time); in perform_check()
96 time_remaining = timeout - (current_time - start_time); in perform_check()
181 ULONG start_time, current_time, time_remaining; in perform_check_mdns_data() local
285 start_time = current_time = tx_time_get(); in perform_check_mdns_data()
288 time_remaining = timeout - (current_time - start_time); in perform_check_mdns_data()
321 time_remaining = timeout - (current_time - start_time); in perform_check_mdns_data()
357 ULONG start_time, current_time, time_remaining; in perform_check_mdns_any() local
377 start_time = current_time = tx_time_get(); in perform_check_mdns_any()
[all …]
/NetX-Duo-v6.2.1/test/regression/auto_ip_test/
Dnetx_auto_ip_announce_num_test.c40 static UINT start_time; variable
70 start_time = 0; in test_application_define()
270 start_time = tx_time_get(); in my_arp_packet_process()
277 …if(current_time >= start_time + (announce_num * NX_IP_PERIODIC_RATE * NX_AUTO_IP_ANNOUNCE_INTERVAL… in my_arp_packet_process()
Dnetx_auto_ip_max_conflicts_test.c31 static UINT start_time; variable
61 start_time = 0; in test_application_define()
259 start_time = tx_time_get(); in my_arp_packet_process()
282 if ((current_time - start_time) < (NX_IP_PERIODIC_RATE * NX_AUTO_IP_RATE_LIMIT_INTERVAL)) in my_arp_packet_process()
/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_basic_test.c62 ULONG start_time; in test_entry() local
90 start_time = tx_time_get(); in test_entry()
215 periodic_count = (tx_time_get() - start_time) / NX_IP_PERIODIC_RATE; in test_entry()
Dnetx_cloud_module_event_test.c85 ULONG start_time; in test_entry() local
133 start_time = tx_time_get(); in test_entry()
179 periodic_count = (tx_time_get() - start_time) / NX_IP_PERIODIC_RATE; in test_entry()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_small_window_preempt_test.c126 ULONG start_time; in ntest_0_entry() local
277 start_time = tx_time_get(); in ntest_0_entry()
286 if ((status) || (end_time > (start_time+NX_IP_PERIODIC_RATE/10))) in ntest_0_entry()
Dnetx_tcp_small_window_test.c132 ULONG start_time; in ntest_0_entry() local
342 start_time = tx_time_get(); in ntest_0_entry()
351 if ((status) || (end_time > (start_time+NX_IP_PERIODIC_RATE/10))) in ntest_0_entry()
Dnetx_tcp_tunnel_ipv4_ipv6_small_windows_test.c201 ULONG start_time; in thread_0_entry() local
394 start_time = tx_time_get(); in thread_0_entry()
403 if ((status) || (end_time > (start_time+4))) in thread_0_entry()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk_pnp.c275 UCHAR *start_time = (UCHAR *)fake_start_report_time; in sample_get_maxmin_report() local
288 start_time = time_buf; in sample_get_maxmin_report()
314 start_time, start_time_len) || in sample_get_maxmin_report()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.c10701 ULONG start_time; in _nx_dhcpv6_waiting_on_reply() local
10727 start_time = tx_time_get(); in _nx_dhcpv6_waiting_on_reply()
10815 if (current_time >= start_time) in _nx_dhcpv6_waiting_on_reply()
10818 elapsed_time = current_time - start_time; in _nx_dhcpv6_waiting_on_reply()
10824 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_dhcpv6_waiting_on_reply()
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c4750 ULONG start_time; in _nx_dns_response_receive() local
4757 start_time = tx_time_get(); in _nx_dns_response_receive()
4800 if (current_time >= start_time) in _nx_dns_response_receive()
4804 elapsed_time = current_time - start_time; in _nx_dns_response_receive()
4810 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_dns_response_receive()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c4808 ULONG start_time; in _nx_mdns_host_address_get() local
4879 start_time = tx_time_get(); in _nx_mdns_host_address_get()
4906 if (current_time >= start_time) in _nx_mdns_host_address_get()
4909 elapsed_time = current_time - start_time; in _nx_mdns_host_address_get()
4915 elapsed_time = (((ULONG) 0xFFFFFFFF) - start_time) + current_time; in _nx_mdns_host_address_get()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c4272 ULONG start_time = nx_bsd_system_clock; in nx_bsd_recv_internal() local
4460 remaining_wait_option = (UINT)(wait_option - (nx_bsd_system_clock - start_time)); in nx_bsd_recv_internal()