Searched refs:nx_http_proxy_client_enable (Results 1 – 8 of 8) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_http_proxy_basic_test.c | 207 …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()
|
| D | netx_http_proxy_non_block_test.c | 212 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
|
| D | netx_http_proxy_disconnect_test.c | 218 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
|
| D | netx_http_proxy_error_response_test.c | 223 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
|
| D | netx_http_proxy_multiple_response_test.c | 212 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
|
| D | netx_http_proxy_data_fin_test.c | 232 …nx_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/ |
| D | main.c | 331 … 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/ |
| D | nx_api.h | 3388 #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…
|