Searched refs:NX_WEB_HTTP_SERVER_PORT (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.2.1/samples/ |
D | demo_netxduo_https.c | 582 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/ |
D | nx_web_http_common.h | 185 #define NX_WEB_HTTP_SERVER_PORT 80 /* Port for HTTP server … macro
|
D | nx_web_http_client.c | 258 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/ |
D | nx_iperf.c | 163 …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/ |
D | nx_azure_iot_adu_agent.c | 3891 downloader_ptr -> port = NX_WEB_HTTP_SERVER_PORT; in nx_azure_iot_adu_agent_file_url_parse()
|