Home
last modified time | relevance | path

Searched refs:nx_http_client_set_connect_port (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.4.1/addons/http/
Dnxd_http_client.h205 #define nx_http_client_set_connect_port _nx_http_client_set_connect_port macro
223 #define nx_http_client_set_connect_port _nxe_http_client_set_connect_port macro
245 UINT nx_http_client_set_connect_port(NX_HTTP_CLIENT *client_ptr, UINT port);
/NetX-Duo-v6.4.1/test/regression/http_test/
Dnetx_http_client_change_connect_port_test.c421 status = nx_http_client_set_connect_port(&my_client, SECONDARY_SERVER_PORT); in thread_client_entry()
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt5013 … Added nx_http_client_set_connect_port() service to allow the Client
5015 …nxd_http_client.h Declare the nx_http_client_set_connect_port() serv…