Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.h517 } NX_SNTP_TIME; typedef
547NX_SNTP_TIME reference_clock_update_time; /* Time at which the server cl…
548NX_SNTP_TIME originate_time; /* Time at which the Client up…
549NX_SNTP_TIME receive_time; /* Time at which the server re…
550NX_SNTP_TIME transmit_time; /* Time at which the server tr…
590NX_SNTP_TIME nx_sntp_client_local_ntp_time; /* Client's notion of loc…
591NX_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 …]
Dnxd_sntp_client.c2308 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/
Dnetx_sntp_client_seconds_to_date_test.c15 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()
Dnetx_sntp_forward_unicast_update_test.c32 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/
Ddemo_netxduo_sntp_client.c34 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()