Searched refs:server_status (Results 1 – 10 of 10) sorted by relevance
/NetX-Duo-v6.4.1/test/regression/sntp_test/ |
D | netx_sntp_client_broadcast_basic_test.c | 159 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()
|
D | netx_sntp_client_unicast_basic_test.c | 158 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()
|
D | netx_sntp_client_ipv6_broadcast_basic_test.c | 158 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()
|
D | netx_sntp_client_ipv6_unicast_basic_test.c | 158 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()
|
D | netx_sntp_client_unicast_display_date_test.c | 192 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()
|
D | netx_sntp_client_packet_chain_test.c | 159 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()
|
D | netx_sntp_request_unicast_test.c | 235 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/ |
D | demo_netxduo_sntp_client.c | 213 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()
|
D | main.c | 513 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/ |
D | nxd_sntp_client.h | 681 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);
|