Home
last modified time | relevance | path

Searched refs:HTTP_PROXY_PORT (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_http_proxy_basic_test.c43 #define HTTP_PROXY_PORT 8888 macro
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()
315 status = nx_tcp_server_socket_listen(&proxy_ip, HTTP_PROXY_PORT, &agent_server, 5, NX_NULL); in thread_proxy_entry()
370 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()
Dnetx_http_proxy_disconnect_test.c43 #define HTTP_PROXY_PORT 8888 macro
218 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
352 status = nx_tcp_server_socket_listen(&proxy_ip, HTTP_PROXY_PORT, &agent_server, 5, NX_NULL); in thread_proxy_entry()
367 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()
420 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()
Dnetx_http_proxy_error_response_test.c43 #define HTTP_PROXY_PORT 8888 macro
223 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
356 status = nx_tcp_server_socket_listen(&proxy_ip, HTTP_PROXY_PORT, &agent_server, 5, NX_NULL); in thread_proxy_entry()
384 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()
434 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()
Dnetx_http_proxy_data_fin_test.c48 #define HTTP_PROXY_PORT 8888 macro
232 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
354 status = nx_tcp_server_socket_listen(&proxy_ip, HTTP_PROXY_PORT, &agent_server, 5, NX_NULL); in thread_proxy_entry()
389 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()
442 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()
Dnetx_http_proxy_non_block_test.c43 #define HTTP_PROXY_PORT 8888 macro
212 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
313 status = nx_tcp_server_socket_listen(&proxy_ip, HTTP_PROXY_PORT, &agent_server, 5, NX_NULL); in thread_proxy_entry()
368 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()
Dnetx_http_proxy_multiple_response_test.c43 #define HTTP_PROXY_PORT 8888 macro
212 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
322 status = nx_tcp_server_socket_listen(&proxy_ip, HTTP_PROXY_PORT, &agent_server, 5, NX_NULL); in thread_proxy_entry()
393 nx_tcp_server_socket_relisten(&proxy_ip, HTTP_PROXY_PORT, &agent_server); in thread_proxy_entry()