Searched refs:NX_SNTP_TIME (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/addons/sntp/ |
| D | nxd_sntp_client.h | 517 } NX_SNTP_TIME; typedef 547 …NX_SNTP_TIME reference_clock_update_time; /* Time at which the server cl… 548 …NX_SNTP_TIME originate_time; /* Time at which the Client up… 549 …NX_SNTP_TIME receive_time; /* Time at which the server re… 550 …NX_SNTP_TIME transmit_time; /* Time at which the server tr… 590 …NX_SNTP_TIME nx_sntp_client_local_ntp_time; /* Client's notion of loc… 591 …NX_SNTP_TIME nx_sntp_server_update_time; /* Time (based on client … 601 …x_sntp_client_time_update_notify)(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time); 691 …lient_ptr, VOID (time_update_cb)(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time)); 741 …lient_ptr, VOID (time_update_cb)(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time)); [all …]
|
| D | nxd_sntp_client.c | 2308 NX_SNTP_TIME local_time; in _nx_sntp_client_send_unicast_request() 2589 memset(&(client_ptr -> nx_sntp_server_update_time), 0, sizeof(NX_SNTP_TIME)); in _nx_sntp_client_receive_time_update() 2613 memset(&(client_ptr -> nx_sntp_server_update_time), 0, sizeof(NX_SNTP_TIME)); in _nx_sntp_client_receive_time_update() 2626 memset(&(client_ptr -> nx_sntp_server_update_time), 0, sizeof(NX_SNTP_TIME)); in _nx_sntp_client_receive_time_update() 3827 NX_SNTP_TIME local_time; in _nx_sntp_client_process_time_data() 3831 …ient_ptr -> nx_sntp_current_server_time_message.transmit_time, sizeof(NX_SNTP_TIME)); /* Use case … in _nx_sntp_client_process_time_data() 3907 …ient_ptr -> nx_sntp_current_server_time_message.transmit_time, sizeof(NX_SNTP_TIME)); /* Use case … in _nx_sntp_client_process_time_data() 4357 UINT _nx_sntp_client_utility_convert_time_to_UCHAR(NX_SNTP_TIME *time_ptr, in _nx_sntp_client_utility_convert_time_to_UCHAR() 4455 UINT _nx_sntp_client_utility_convert_seconds_to_date(NX_SNTP_TIME *current_NTP_time_ptr, UINT curre… in _nx_sntp_client_utility_convert_seconds_to_date() 5090 UINT _nx_sntp_client_utility_add_msecs_to_ntp_time(NX_SNTP_TIME *timeA_ptr, LONG msecs_to_add) in _nx_sntp_client_utility_add_msecs_to_ntp_time() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/sntp_test/ |
| D | netx_sntp_client_seconds_to_date_test.c | 15 extern UINT _nx_sntp_client_utility_convert_seconds_to_date(NX_SNTP_TIME *current_NTP_time_ptr, 58 NX_SNTP_TIME sntp_time; in sntp_client_thread_entry()
|
| D | netx_sntp_forward_unicast_update_test.c | 32 VOID client_time_update_notify(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time); 297 VOID client_time_update_notify(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time) in client_time_update_notify()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_sntp_client.c | 34 VOID time_update_callback(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time); 523 VOID time_update_callback(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time) in time_update_callback()
|