Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/test/regression/sntp_test/
Dnetx_sntp_client_broadcast_basic_test.c159 UINT server_status; in sntp_client_thread_entry() local
202 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_client_thread_entry()
204 if ((status == NX_SUCCESS) && (server_status == NX_TRUE)) in sntp_client_thread_entry()
Dnetx_sntp_client_unicast_basic_test.c158 UINT server_status; in sntp_client_thread_entry() local
218 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_client_thread_entry()
220 if ((status == NX_SUCCESS) && (server_status == NX_TRUE)) in sntp_client_thread_entry()
Dnetx_sntp_client_ipv6_broadcast_basic_test.c158 UINT server_status; in sntp_client_thread_entry() local
232 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_client_thread_entry()
234 if ((status == NX_SUCCESS) && (server_status == NX_TRUE)) in sntp_client_thread_entry()
Dnetx_sntp_client_ipv6_unicast_basic_test.c158 UINT server_status; in sntp_client_thread_entry() local
233 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_client_thread_entry()
235 if ((status == NX_SUCCESS) && (server_status == NX_TRUE)) in sntp_client_thread_entry()
Dnetx_sntp_client_unicast_display_date_test.c192 UINT server_status; in sntp_client_thread_entry() local
236 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_client_thread_entry()
238 if ((status == NX_SUCCESS) && (server_status == NX_TRUE)) in sntp_client_thread_entry()
Dnetx_sntp_client_packet_chain_test.c159 UINT server_status; in sntp_client_thread_entry() local
220 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_client_thread_entry()
222 if ((status == NX_SUCCESS) && (server_status == NX_TRUE)) in sntp_client_thread_entry()
Dnetx_sntp_request_unicast_test.c235 UINT server_status; in sntp_client_thread_entry() local
292 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_client_thread_entry()
/NetX-Duo-v6.4.1/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.c513 UINT server_status; in sntp_time_sync_internal() local
564 status = nx_sntp_client_receiving_updates(&sntp_client, &server_status); in sntp_time_sync_internal()
567 if ((status == NX_SUCCESS) && (server_status == NX_TRUE)) in sntp_time_sync_internal()
/NetX-Duo-v6.4.1/addons/sntp/
Dnxd_sntp_client.h681 UINT nx_sntp_client_receiving_updates(NX_SNTP_CLIENT *client_ptr, UINT *server_status);
720 UINT _nx_sntp_client_receiving_updates(NX_SNTP_CLIENT *client_ptr, UINT *server_status);
721 UINT _nxe_sntp_client_receiving_updates(NX_SNTP_CLIENT *client_ptr, UINT *server_status);