Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.h518 } NX_SNTP_TIME; typedef
548NX_SNTP_TIME reference_clock_update_time; /* Time at which the server cl…
549NX_SNTP_TIME originate_time; /* Time at which the Client up…
550NX_SNTP_TIME receive_time; /* Time at which the server re…
551NX_SNTP_TIME transmit_time; /* Time at which the server tr…
591NX_SNTP_TIME nx_sntp_client_local_ntp_time; /* Client's notion of loc…
592NX_SNTP_TIME nx_sntp_server_update_time; /* Time (based on client …
602 …x_sntp_client_time_update_notify)(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time);
692 …lient_ptr, VOID (time_update_cb)(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time));
742 …lient_ptr, VOID (time_update_cb)(NX_SNTP_TIME_MESSAGE *time_update_ptr, NX_SNTP_TIME *local_time));
[all …]
Dnxd_sntp_client.c2309 NX_SNTP_TIME local_time; in _nx_sntp_client_send_unicast_request()
2587 memset(&(client_ptr -> nx_sntp_server_update_time), 0, sizeof(NX_SNTP_TIME)); in _nx_sntp_client_receive_time_update()
2611 memset(&(client_ptr -> nx_sntp_server_update_time), 0, sizeof(NX_SNTP_TIME)); in _nx_sntp_client_receive_time_update()
2624 memset(&(client_ptr -> nx_sntp_server_update_time), 0, sizeof(NX_SNTP_TIME)); in _nx_sntp_client_receive_time_update()
3813 NX_SNTP_TIME local_time; in _nx_sntp_client_process_time_data()
3817 …ient_ptr -> nx_sntp_current_server_time_message.transmit_time, sizeof(NX_SNTP_TIME)); /* Use case … in _nx_sntp_client_process_time_data()
3893 …ient_ptr -> nx_sntp_current_server_time_message.transmit_time, sizeof(NX_SNTP_TIME)); /* Use case … in _nx_sntp_client_process_time_data()
4343 UINT _nx_sntp_client_utility_convert_time_to_UCHAR(NX_SNTP_TIME *time_ptr, in _nx_sntp_client_utility_convert_time_to_UCHAR()
4441 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()
5076 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/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()