Home
last modified time | relevance | path

Searched refs:nx_http_proxy_client_enable (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_http_proxy_basic_test.c207 …status = nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, NX_NULL, … in thread_client_entry()
211 …status = nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", s… in thread_client_entry()
215 …status = nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", N… in thread_client_entry()
219 …status = nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", s… in thread_client_entry()
223 …status = nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", s… in thread_client_entry()
Dnetx_http_proxy_non_block_test.c212nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
Dnetx_http_proxy_disconnect_test.c218nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
Dnetx_http_proxy_error_response_test.c223nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
Dnetx_http_proxy_multiple_response_test.c212nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
Dnetx_http_proxy_data_fin_test.c232nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
/NetX-Duo-v6.2.1/samples/
Dmain.c331 … status = nx_http_proxy_client_enable(&ip_0, &proxy_server_address, SAMPLE_HTTP_PROXY_SERVER_PORT, in sample_helper_thread_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3388 #define nx_http_proxy_client_enable _nx_http_proxy_client_enable macro
3579 #define nx_http_proxy_client_enable _nxe_http_proxy_client_enable macro
3920 UINT nx_http_proxy_client_enable(NX_IP *ip_ptr, NXD_ADDRESS *proxy_server_ip, UINT proxy_server_por…