Searched refs:server_status (Results 1 – 3 of 3) sorted by relevance
213 UINT server_status; in demo_client_thread_entry() local359 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()
514 UINT server_status; in sntp_time_sync_internal() local565 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()
682 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);