Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_netxduo_sntp_client.c213 UINT server_status; in demo_client_thread_entry() local
359 status = nx_sntp_client_receiving_updates(&demo_sntp_client, &server_status); in demo_client_thread_entry()
361 if ((status != NX_SUCCESS) || (server_status == NX_FALSE)) in demo_client_thread_entry()
Dmain.c514 UINT server_status; in sntp_time_sync_internal() local
565 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_time_sync_internal()
568 if ((status == NX_SUCCESS) && (server_status == NX_TRUE)) in sntp_time_sync_internal()
/NetX-Duo-v6.3.0/addons/sntp/
Dnxd_sntp_client.h682 UINT nx_sntp_client_receiving_updates(NX_SNTP_CLIENT *client_ptr, UINT *server_status);
721 UINT _nx_sntp_client_receiving_updates(NX_SNTP_CLIENT *client_ptr, UINT *server_status);
722 UINT _nxe_sntp_client_receiving_updates(NX_SNTP_CLIENT *client_ptr, UINT *server_status);