Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 41) sorted by relevance

12

/NetX-Duo-v6.2.1/common/src/
Dnxd_ipv6_find_max_prefix_length.c75 UINT i, j, bit, time; in _nxd_ipv6_find_max_prefix_length() local
91 time = 16; in _nxd_ipv6_find_max_prefix_length()
94 time = time / 2; in _nxd_ipv6_find_max_prefix_length()
97 bit -= time; in _nxd_ipv6_find_max_prefix_length()
98 if (time == 0) in _nxd_ipv6_find_max_prefix_length()
110 bit += time; in _nxd_ipv6_find_max_prefix_length()
/NetX-Duo-v6.2.1/
DCONTRIBUTING.md8 real-time applications published on under a permissive license. The Eclipse
10 * ThreadX - advanced real-time operating system (RTOS) designed specifically for deeply embedded ap…
11 …grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
17 …tool that provides a graphical view of real-time system events to better understand the behavior o…
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dmain.c130 srand(time(0)); in main()
378 *unix_time = (ULONG)time(NULL); in unix_time_get()
/NetX-Duo-v6.2.1/test/regression/sntp_test/
Dnetx_sntp_client_seconds_to_date_test.c65 srand(time(0)); in sntp_client_thread_entry()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_ecdh_self_test.c80 srand(time(0)); in thread_0_entry()
Dnx_secure_ecdsa_test.c112 srand(time(0)); in thread_0_entry()
Dnx_secure_3des_test.c128 srand(time(NULL)); in thread_0_entry()
Dnx_secure_des_test.c128 srand(time(NULL)); in thread_0_entry()
Dnx_secure_aes_test.c146 srand(time(NULL)); in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_11_25_test.c255 srand((unsigned)time(NULL)); in ntest_1_entry()
Dnetx_11_24_test.c258 srand((unsigned)time(NULL)); in ntest_1_entry()
Dnetx_11_26_test.c168 srand((unsigned)time(NULL)); in ntest_0_entry()
Dnetx_10_25_test.c260 srand((unsigned)time(NULL)); in ntest_1_entry()
Dnetx_10_26_test.c169 srand((unsigned)time(NULL)); in ntest_0_entry()
Dnetx_13_04_test.c362 srand((unsigned)time(NULL)); in rand_13_04()
Dnetx_13_17_test.c338 srand((unsigned)time(NULL));
Dnetx_13_05_test.c372 srand((unsigned)time(NULL)); in rand_13_05()
Dnetx_12_18_test.c340 srand((unsigned)time(NULL)); in rand_12_18()
Dnetx_12_21_test.c357 srand((unsigned)time(NULL)); in rand_12_21()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
DREADME.md139 …with an [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) value for start time for the report. The…
145 "startTime": "<ISO8601 time>",
146 "endTime": "<ISO8601 time>"
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_server.h713 …ptr, UINT duid_type, UINT hardware_type, ULONG mac_address_msw, ULONG mac_address_lsw, ULONG time);
741 …ptr, UINT duid_type, UINT hardware_type, ULONG mac_address_msw, ULONG mac_address_lsw, ULONG time);
742 …ptr, UINT duid_type, UINT hardware_type, ULONG mac_address_msw, ULONG mac_address_lsw, ULONG time);
/NetX-Duo-v6.2.1/test/regression/test/
Dnx_ram_network_driver_test_1500.c2568 ULONG64 time; in get_time_of_day()
2577 time = ((ULONG64)filetime.dwLowDateTime); in get_time_of_day()
2578 time += (((ULONG64)filetime.dwHighDateTime) << 32); in get_time_of_day()
2581 time_value -> tv_sec = (LONG)((time - ((UINT64)116444736000000000ULL)) / 10000000L); in get_time_of_day()
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_service_add_delete_test.c117 srand((UINT)time(0)); in ntest_0_entry()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot.md29 | unix_time_callback [in] | Callback to fetch unix time from platform. |
/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_if_modified_since_test.c413 time (&rawtime); in get_gmt()

12