Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_expiration_time_test.c21 LONG year, month, day, hour, minute, second; in _nx_secure_x509_asn1_time_to_unix_convert() local
35 second = 0; in _nx_secure_x509_asn1_time_to_unix_convert()
44 second = date_2_chars_to_int(asn1_time, index); in _nx_secure_x509_asn1_time_to_unix_convert()
76 …, month: %d, day: %d, hour: %d, minute: %d, second: %d\n", year, month, day, hour, minute, second); in _nx_secure_x509_asn1_time_to_unix_convert()
103 second += minute * 60; in _nx_secure_x509_asn1_time_to_unix_convert()
106 *unix_time = second; in _nx_secure_x509_asn1_time_to_unix_convert()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_x509_expiration_check.c177 ULONG year, month, day, hour, minute, second; in _nx_secure_x509_asn1_time_to_unix_convert() local
192 second = 0; in _nx_secure_x509_asn1_time_to_unix_convert()
200 second = date_2_chars_to_int(asn1_time, index); in _nx_secure_x509_asn1_time_to_unix_convert()
260 second += minute * 60; in _nx_secure_x509_asn1_time_to_unix_convert()
263 *unix_time = second; in _nx_secure_x509_asn1_time_to_unix_convert()
/NetX-Duo-v6.2.1/test/regression/sntp_test/
Dnetx_sntp_client_seconds_to_date_test.c92 (tm_value -> tm_sec != date_time.second) || in sntp_client_thread_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_ptp_client.c212 …%09lu\r\n", date.day, date.month, date.year, date.hour, date.minute, date.second, date.nanosecond); in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_client_announce_timeout_test.c157 date.hour, date.minute, date.second, in ptp_event_callback()
Dnetx_ptp_client_basic_test.c151 date.hour, date.minute, date.second, in ptp_event_callback()
Dnetx_ptp_client_ipv6_test.c155 date.hour, date.minute, date.second, in ptp_event_callback()
Dnetx_ptp_client_two_steps_off_test.c151 date.hour, date.minute, date.second, in ptp_event_callback()
Dnetx_ptp_client_calibrate_test.c228 date.hour, date.minute, date.second, in ptp_event_callback()
Dnetx_ptp_client_master_selection_test.c155 date.hour, date.minute, date.second, in ptp_event_callback()
Dnetx_ptp_client_api_test.c178 date.hour, date.minute, date.second, in ptp_event_callback()
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_server.c1636 UINT hour, minute, second; in _nx_ftp_server_command_process() local
1647 second = 1; in _nx_ftp_server_command_process()
3004 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process()
3012 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process()
3250 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process()
3427 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process()
3435 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_command_process()
6410 UINT hour, minute, second; in _nx_ftp_server_block_size_get() local
6426 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_block_size_get()
6434 … &attributes, &size, &year, &month, &day, &hour, &minute, &second); in _nx_ftp_server_block_size_get()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1096 …Files are modified to unify the definition of ThreadX ticks per second, use TX_TIMER_TICKS_PER_SEC…
5033 bsd_demo_raw.c Unified ticks per second.
5035 bsd_demo_tcp.c Unified ticks per second.
5037 bsd_demo_udp.c Unified ticks per second.
5051 … setsockopt - Unified ticks per second.
5055 select - Unified ticks per second.
5072 demo_netxduo_dhcp.c Unified ticks per second.
5076 nxd_dhcp_client.c Unified ticks per second.
5083 nxd_dhcp_client.h Unified ticks per second.
5087 …nxd_dhcp_server.c Unified ticks per second in nx_dhcp_server_create(…
[all …]
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.h279 UCHAR second; member
Dnxd_ptp_client.c5783 date_time_ptr -> second = (UCHAR)secs_low;
/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.h502 UINT second; member
Dnxd_sntp_client.c4655 current_date_time_ptr -> second = seconds_into_currenthour % SECONDS_PER_MINUTE; in _nx_sntp_client_utility_convert_seconds_to_date()
5014 …return_length = _nx_utility_uint_to_string(DisplayTime.second, 10, &buffer[offset], length - offse… in _nx_sntp_client_utility_display_date_time()