Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.h603 } NX_SNTP_CLIENT; typedef
670 UINT nx_sntp_client_create(NX_SNTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT iface_index, NX_PACKET…
671 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator),
672 UINT (*kiss_of_death_handler)(NX_SNTP_CLIENT *client_ptr, UINT code),
674 UINT nx_sntp_client_delete (NX_SNTP_CLIENT *client_ptr);
675 UINT nx_sntp_client_get_local_time(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fraction, …
676 UINT nx_sntp_client_get_local_time_extended(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *f…
677 UINT nxd_sntp_client_initialize_broadcast(NX_SNTP_CLIENT *client_ptr, NXD_ADDRESS *multicast_ser…
678 UINT nx_sntp_client_initialize_broadcast(NX_SNTP_CLIENT *client_ptr, ULONG multicast_server_add…
679 UINT nxd_sntp_client_initialize_unicast(NX_SNTP_CLIENT *client_ptr, NXD_ADDRESS *unicast_time_se…
[all …]
Dnxd_sntp_client.c133 UINT _nxe_sntp_client_create(NX_SNTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT iface_index, NX_PACKE… in _nxe_sntp_client_create()
134 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nxe_sntp_client_create()
135 … UINT (*kiss_of_death_handler)(NX_SNTP_CLIENT *client_ptr, UINT code), in _nxe_sntp_client_create()
231 UINT _nx_sntp_client_create(NX_SNTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT iface_index, NX_PACKET… in _nx_sntp_client_create()
232 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nx_sntp_client_create()
233 … UINT (*kiss_of_death_handler)(NX_SNTP_CLIENT *client_ptr, UINT code), in _nx_sntp_client_create()
241 memset(client_ptr, 0, sizeof(NX_SNTP_CLIENT)); in _nx_sntp_client_create()
432 UINT _nxe_sntp_client_delete(NX_SNTP_CLIENT *client_ptr) in _nxe_sntp_client_delete()
507 UINT _nx_sntp_client_delete(NX_SNTP_CLIENT *client_ptr) in _nx_sntp_client_delete()
588 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()
Dmain.c144 static NX_SNTP_CLIENT sntp_client;
/NetX-Duo-v6.2.1/test/regression/sntp_test/
Dnetx_sntp_client_kod_test.c39 static NX_SNTP_CLIENT sntp_client;
56 static UINT kiss_of_death_test(NX_SNTP_CLIENT* client_ptr, UINT code);
148 static UINT kiss_of_death_test(NX_SNTP_CLIENT* client_ptr, UINT code) in kiss_of_death_test()
Dnetx_sntp_forward_unicast_update_test.c31 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator);
44 static NX_SNTP_CLIENT demo_client;
260 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator) in leap_second_handler()
Dnetx_sntp_request_unicast_test.c109 static NX_SNTP_CLIENT sntp_client;
110 static NX_SNTP_CLIENT sntp_server;
Dnetx_sntp_client_broadcast_basic_test.c44 static NX_SNTP_CLIENT sntp_client;
Dnetx_sntp_client_ipv6_broadcast_basic_test.c45 static NX_SNTP_CLIENT sntp_client;
Dnetx_sntp_client_unicast_basic_test.c43 static NX_SNTP_CLIENT sntp_client;
Dnetx_sntp_client_unicast_display_date_test.c59 static NX_SNTP_CLIENT sntp_client;
Dnetx_sntp_client_ipv6_unicast_basic_test.c45 static NX_SNTP_CLIENT sntp_client;
Dnetx_sntp_client_packet_chain_test.c44 static NX_SNTP_CLIENT sntp_client;