Home
last modified time | relevance | path

Searched refs:client (Results 1 – 20 of 20) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/tftp_test/
Dnetx_tftp_error_file_name_test.c26 static NX_TFTP_CLIENT client; variable
282 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
284 status = nx_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool); in client_thread_entry()
293 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_WRIT… in client_thread_entry()
295 …status = nx_tftp_client_file_open(&client, "test.txt", SERVER_ADDRESS, NX_TFTP_OPEN_FOR_WRITE, NX… in client_thread_entry()
321 status = nxd_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
323 status = nx_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
332 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
334 status = nx_tftp_client_file_close(&client); in client_thread_entry()
343 …status = nxd_tftp_client_file_open(&client, "test1.txt", &server_ip_address, NX_TFTP_OPEN_FOR_REA… in client_thread_entry()
[all …]
Dnetx_tftp_basic_test.c26 static NX_TFTP_CLIENT client; variable
287 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
289 status = nx_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool); in client_thread_entry()
298 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_WRIT… in client_thread_entry()
300 …status = nx_tftp_client_file_open(&client, "test.txt", SERVER_ADDRESS, NX_TFTP_OPEN_FOR_WRITE, NX… in client_thread_entry()
326 status = nxd_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
328 status = nx_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
337 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
339 status = nx_tftp_client_file_close(&client); in client_thread_entry()
348 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_READ… in client_thread_entry()
[all …]
Dnetx_tftp_large_data_test.c27 static NX_TFTP_CLIENT client; variable
289 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
291 status = nx_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool); in client_thread_entry()
303 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_WRIT… in client_thread_entry()
305 …status = nx_tftp_client_file_open(&client, "test.txt", SERVER_ADDRESS, NX_TFTP_OPEN_FOR_WRITE, NX… in client_thread_entry()
351 status = nxd_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
353 status = nx_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
375 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
377 status = nx_tftp_client_file_close(&client); in client_thread_entry()
389 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_READ… in client_thread_entry()
[all …]
Dnetx_tftp_read_interaction_test.c27 static NX_TFTP_CLIENT client; variable
295 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
297 status = nx_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool); in client_thread_entry()
306 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_WRIT… in client_thread_entry()
308 …status = nx_tftp_client_file_open(&client, "test.txt", SERVER_ADDRESS, NX_TFTP_OPEN_FOR_WRITE, NX… in client_thread_entry()
334 status = nxd_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
336 status = nx_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
345 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
347 status = nx_tftp_client_file_close(&client); in client_thread_entry()
360 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_READ… in client_thread_entry()
[all …]
Dnetx_tftp_malformed_packet_test.c26 static NX_TFTP_CLIENT client; variable
314 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
316 status = nx_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool); in client_thread_entry()
347 …status = nxd_udp_socket_send(&client.nx_tftp_client_socket, my_packet, &server_ip_address, NX_TFT… in client_thread_entry()
349 …status = nx_udp_socket_send(&client.nx_tftp_client_socket, my_packet, SERVER_ADDRESS, NX_TFTP_SER… in client_thread_entry()
359 … status = nx_udp_socket_receive(&client.nx_tftp_client_socket, &my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
379 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_READ… in client_thread_entry()
381 …status = nx_tftp_client_file_open(&client, "test.txt", SERVER_ADDRESS, NX_TFTP_OPEN_FOR_READ, NX_… in client_thread_entry()
392 status = nxd_tftp_client_file_read(&client, &my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
394 status = nx_tftp_client_file_read(&client, &my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
[all …]
Dnetx_tftp_error_destionation_port_test.c27 static NX_TFTP_CLIENT client; variable
290 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
292 status = nx_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool); in client_thread_entry()
301 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_WRIT… in client_thread_entry()
303 …status = nx_tftp_client_file_open(&client, "test.txt", SERVER_ADDRESS, NX_TFTP_OPEN_FOR_WRITE, NX… in client_thread_entry()
329 status = nxd_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
331 status = nx_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
340 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
342 status = nx_tftp_client_file_close(&client); in client_thread_entry()
351 status = nxd_tftp_client_delete(&client); in client_thread_entry()
[all …]
Dnetx_tftp_ipv6_basic_test.c24 static NX_TFTP_CLIENT client; variable
277 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
284 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_WRIT… in client_thread_entry()
304 status = nxd_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
311 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
318 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_READ… in client_thread_entry()
327 status = nxd_tftp_client_file_read(&client, &my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
356 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
363 status = nxd_tftp_client_delete(&client); in client_thread_entry()
Dnetx_tftp_write_interaction_test.c27 static NX_TFTP_CLIENT client; variable
293 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
295 status = nx_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool); in client_thread_entry()
304 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_WRIT… in client_thread_entry()
306 …status = nx_tftp_client_file_open(&client, "test.txt", SERVER_ADDRESS, NX_TFTP_OPEN_FOR_WRITE, NX… in client_thread_entry()
332 status = nxd_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
334 status = nx_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
343 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
345 status = nx_tftp_client_file_close(&client); in client_thread_entry()
354 status = nxd_tftp_client_delete(&client); in client_thread_entry()
[all …]
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_tftp.c45 NX_TFTP_CLIENT client; variable
413 status = nxd_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool, IP_TYPE); in client_thread_entry()
415 status = nx_tftp_client_create(&client, "TFTP Client", &client_ip, &client_pool); in client_thread_entry()
424 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_WRIT… in client_thread_entry()
426 …status = nx_tftp_client_file_open(&client, "test.txt", SERVER_ADDRESS, NX_TFTP_OPEN_FOR_WRITE, NX… in client_thread_entry()
452 status = nxd_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE, IP_TYPE); in client_thread_entry()
454 status = nx_tftp_client_file_write(&client, my_packet, NX_IP_PERIODIC_RATE); in client_thread_entry()
463 status = nxd_tftp_client_file_close(&client, IP_TYPE); in client_thread_entry()
465 status = nx_tftp_client_file_close(&client); in client_thread_entry()
474 …status = nxd_tftp_client_file_open(&client, "test.txt", &server_ip_address, NX_TFTP_OPEN_FOR_READ… in client_thread_entry()
[all …]
/NetX-Duo-v6.2.1/test/regression/interoperability_test/mqtt_test/test_scripts/
Dpub.sh5 mosquitto_pub --cert CA/certs/ew2017.client.crt --key CA/private/ew2017.client.key --cafile CA/ca/c…
Dsub.sh5 mosquitto_sub --cert CA/certs/ew2017.client.crt --key CA/private/ew2017.client.key --cafile CA/ca/c…
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dapi_unit_test.c561 UINT __wrap_az_iot_hub_client_properties_builder_begin_component(az_iot_hub_client const* client, in __wrap_az_iot_hub_client_properties_builder_begin_component() argument
568 UINT __wrap_az_iot_hub_client_properties_builder_end_component(az_iot_hub_client const* client, in __wrap_az_iot_hub_client_properties_builder_end_component() argument
574 … __wrap_az_iot_hub_client_properties_builder_begin_response_status(az_iot_hub_client const* client, in __wrap_az_iot_hub_client_properties_builder_begin_response_status() argument
584 …NT __wrap_az_iot_hub_client_properties_builder_end_response_status(az_iot_hub_client const* client, in __wrap_az_iot_hub_client_properties_builder_end_response_status() argument
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk.c46 static SAMPLE_CLIENT client; variable
48 #define iothub_client client.iothub_client
50 #define prov_client client.prov_client
Dsample_azure_iot_embedded_sdk_pnp.c62 static SAMPLE_CLIENT client; variable
64 #define iothub_client client.iothub_client
66 #define prov_client client.prov_client
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md89 <p>This routine initializes the IoT Hub client.</p>
113 * NX_AZURE_IOT_INVALID_PARAMETER Fail to initialize the Azure IoT hub client due to invalid paramet…
114 * NX_AZURE_IOT_SDK_CORE_ERROR Fail to initialize the Azure IoT hub client due to SDK core error.
136 <p>The routine deinitializes the IoT Hub client</p>
145 * NX_AZURE_IOT_SUCCESS Successfully de-initialized the Azure IoT hub client.
146 * NX_AZURE_IOT_INVALID_PARAMETER Fail to deinitialize the Azure IoT hub client due to invalid param…
195 <div style="text-align: right"> Set client certificate </div>
250 * NX_AZURE_IOT_SUCCESS Successfully set symmetric key to IoTHub client.
251 * NX_AZURE_IOT_INVALID_PARAMETER Fail to set symmetric key to IoTHub client due to invalid paramete…
265 <div style="text-align: right"> Set Device Twin model id in the IoT Hub client. </div>
[all …]
Dazure_rtos_iot_provisioning_client.md128 <div style="text-align: right"> Set client certificate </div>
143 | client_x509_cert [in] | A pointer to a `NX_SECURE_X509_CERT`, client cert. |
182 * NX_AZURE_IOT_SUCCESS Successfully set symmetric key to the IoT Provisioning client.
/NetX-Duo-v6.2.1/
DREADME.md88client/chapter1.md), [**dns**](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/ne…
/NetX-Duo-v6.2.1/addons/azure_iot/
DREADME.md5 * Expose smart client interfaces (IoTHub_Client, DeviceProvisioning_Client) for the customers, to b…
48 * Authentication: SAS Token and X.509 client certificate.
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt138 … nxd_tcp_client_socket_connect.c Fixed a packet leak issue for TCP client.
3485 … nx_secure_tls_ecc_process_certificate_request.c Fix the issue with no client certificate added.
3554 the Server Name Indication (SNI) extension which allows a client to specify
3562 to send to a connecting client. Used with the TLS Server session callback,
3569 extension allows a client to specify the server with which it is trying
3834 nx_secure_tls_server_handshake.c Added support for server-side client
3858 … nx_secure_tls_session_client_verify_disable.c Disabled client certificate verification.
3859 nx_secure_tls_session_client_verify_enable.c Enabled client certificate verification.
3886 … nxe_secure_tls_session_client_verify_disable.c Disabled client certificate verification.
3887 nxe_secure_tls_session_client_verify_enable.c Enabled client certificate verification.
[all …]
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c2862 static VOID _nxd_mqtt_periodic_timer_entry(ULONG client) in _nxd_mqtt_periodic_timer_entry() argument
2865 NXD_MQTT_CLIENT *client_ptr = (NXD_MQTT_CLIENT *)client; in _nxd_mqtt_periodic_timer_entry()