Home
last modified time | relevance | path

Searched refs:NX_SNTP_CLIENT (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.h604 } NX_SNTP_CLIENT; typedef
671 UINT nx_sntp_client_create(NX_SNTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT iface_index, NX_PACKET…
672 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator),
673 UINT (*kiss_of_death_handler)(NX_SNTP_CLIENT *client_ptr, UINT code),
675 UINT nx_sntp_client_delete (NX_SNTP_CLIENT *client_ptr);
676 UINT nx_sntp_client_get_local_time(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fraction, …
677 UINT nx_sntp_client_get_local_time_extended(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *f…
678 UINT nxd_sntp_client_initialize_broadcast(NX_SNTP_CLIENT *client_ptr, NXD_ADDRESS *multicast_ser…
679 UINT nx_sntp_client_initialize_broadcast(NX_SNTP_CLIENT *client_ptr, ULONG multicast_server_add…
680 UINT nxd_sntp_client_initialize_unicast(NX_SNTP_CLIENT *client_ptr, NXD_ADDRESS *unicast_time_se…
[all …]
Dnxd_sntp_client.c134 UINT _nxe_sntp_client_create(NX_SNTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT iface_index, NX_PACKE… in _nxe_sntp_client_create()
135 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nxe_sntp_client_create()
136 … UINT (*kiss_of_death_handler)(NX_SNTP_CLIENT *client_ptr, UINT code), in _nxe_sntp_client_create()
232 UINT _nx_sntp_client_create(NX_SNTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT iface_index, NX_PACKET… in _nx_sntp_client_create()
233 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nx_sntp_client_create()
234 … UINT (*kiss_of_death_handler)(NX_SNTP_CLIENT *client_ptr, UINT code), in _nx_sntp_client_create()
242 memset(client_ptr, 0, sizeof(NX_SNTP_CLIENT)); in _nx_sntp_client_create()
433 UINT _nxe_sntp_client_delete(NX_SNTP_CLIENT *client_ptr) in _nxe_sntp_client_delete()
508 UINT _nx_sntp_client_delete(NX_SNTP_CLIENT *client_ptr) in _nx_sntp_client_delete()
589 NX_SNTP_CLIENT *client_ptr; in _nx_sntp_client_update_timeout_entry()
[all …]
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_sntp_client.c32 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator);
33 UINT kiss_of_death_handler(NX_SNTP_CLIENT *client_ptr, UINT KOD_code);
42 NX_SNTP_CLIENT demo_sntp_client;
448 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator) in leap_second_handler()
467 UINT kiss_of_death_handler(NX_SNTP_CLIENT *client_ptr, UINT KOD_code) in kiss_of_death_handler()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dmain.c145 static NX_SNTP_CLIENT sntp_client;