Home
last modified time | relevance | path

Searched refs:NX_WEB_HTTP_SERVER_PORT (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_https.c582 status = nx_web_http_client_get_start(&my_client, &server_ip_address, NX_WEB_HTTP_SERVER_PORT, in https_client_thread_entry()
594 status = nx_web_http_client_connect(&my_client, &server_ip_address, NX_WEB_HTTP_SERVER_PORT, in https_client_thread_entry()
746 server_port = NX_WEB_HTTP_SERVER_PORT; in https_server_thread_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_common.h185 #define NX_WEB_HTTP_SERVER_PORT 80 /* Port for HTTP server … macro
Dnx_web_http_client.c258 client_ptr -> nx_web_http_client_connect_port = NX_WEB_HTTP_SERVER_PORT; in _nx_web_http_client_create()
/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c163 …tp_server_create(&nx_iperf_web_server, "My HTTP Server", ip_ptr, NX_WEB_HTTP_SERVER_PORT, &nx_iper… in nx_iperf_entry()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.c3891 downloader_ptr -> port = NX_WEB_HTTP_SERVER_PORT; in nx_azure_iot_adu_agent_file_url_parse()