Searched refs:proxy_server_address (Results 1 – 7 of 7) sorted by relevance
/NetX-Duo-v6.4.1/test/regression/netxduo_test/ |
D | netx_http_proxy_basic_test.c | 193 NXD_ADDRESS proxy_server_address; in thread_client_entry() local 204 proxy_server_address.nxd_ip_version = NX_IP_VERSION_V4; in thread_client_entry() 205 proxy_server_address.nxd_ip_address.v4 = HTTP_PROXY_ADDRESS; in thread_client_entry() 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 | 199 NXD_ADDRESS proxy_server_address; in thread_client_entry() local 210 proxy_server_address.nxd_ip_version = NX_IP_VERSION_V4; in thread_client_entry() 211 proxy_server_address.nxd_ip_address.v4 = HTTP_PROXY_ADDRESS; in thread_client_entry() 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 | 205 NXD_ADDRESS proxy_server_address; in thread_client_entry() local 216 proxy_server_address.nxd_ip_version = NX_IP_VERSION_V4; in thread_client_entry() 217 proxy_server_address.nxd_ip_address.v4 = HTTP_PROXY_ADDRESS; in thread_client_entry() 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 | 210 NXD_ADDRESS proxy_server_address; in thread_client_entry() local 221 proxy_server_address.nxd_ip_version = NX_IP_VERSION_V4; in thread_client_entry() 222 proxy_server_address.nxd_ip_address.v4 = HTTP_PROXY_ADDRESS; in thread_client_entry() 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 | 199 NXD_ADDRESS proxy_server_address; in thread_client_entry() local 210 proxy_server_address.nxd_ip_version = NX_IP_VERSION_V4; in thread_client_entry() 211 proxy_server_address.nxd_ip_address.v4 = HTTP_PROXY_ADDRESS; in thread_client_entry() 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 | 219 NXD_ADDRESS proxy_server_address; in thread_client_entry() local 230 proxy_server_address.nxd_ip_version = NX_IP_VERSION_V4; in thread_client_entry() 231 proxy_server_address.nxd_ip_address.v4 = HTTP_PROXY_ADDRESS; in thread_client_entry() 232 …nx_http_proxy_client_enable(&client_ip, &proxy_server_address, HTTP_PROXY_PORT, "user", sizeof("us… in thread_client_entry()
|
/NetX-Duo-v6.4.1/samples/ |
D | main.c | 321 NXD_ADDRESS proxy_server_address; in sample_helper_thread_entry() local 329 proxy_server_address.nxd_ip_version = NX_IP_VERSION_V4; in sample_helper_thread_entry() 330 proxy_server_address.nxd_ip_address.v4 = SAMPLE_HTTP_PROXY_SERVER; in sample_helper_thread_entry() 331 … status = nx_http_proxy_client_enable(&ip_0, &proxy_server_address, SAMPLE_HTTP_PROXY_SERVER_PORT, in sample_helper_thread_entry()
|