| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_http_proxy_disconnect_test.c | 33 static NX_IP proxy_ip; variable 171 status = nx_ip_create(&proxy_ip, "HTTP Proxy IP", HTTP_PROXY_ADDRESS, in test_application_define() 178 status = nx_arp_enable(&proxy_ip, (void *) pointer, 1024); in test_application_define() 184 status = nx_tcp_enable(&proxy_ip); in test_application_define() 337 …status = nx_ip_status_check(&proxy_ip, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in thread_proxy_entry() 342 status = nx_tcp_socket_create(&proxy_ip, &agent_server, "Agent Server Socket", in thread_proxy_entry() 345 status += nx_tcp_socket_create(&proxy_ip, &agent_client, "Agent Client Socket", in thread_proxy_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()
|
| D | netx_http_proxy_error_response_test.c | 33 static NX_IP proxy_ip; variable 182 status = nx_ip_create(&proxy_ip, "HTTP Proxy IP", HTTP_PROXY_ADDRESS, in test_application_define() 189 status = nx_arp_enable(&proxy_ip, (void *) pointer, 1024); in test_application_define() 195 status = nx_tcp_enable(&proxy_ip); in test_application_define() 341 …status = nx_ip_status_check(&proxy_ip, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in thread_proxy_entry() 346 status = nx_tcp_socket_create(&proxy_ip, &agent_server, "Agent Server Socket", in thread_proxy_entry() 349 status += nx_tcp_socket_create(&proxy_ip, &agent_client, "Agent Client Socket", in thread_proxy_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()
|
| D | netx_http_proxy_basic_test.c | 33 static NX_IP proxy_ip; variable 171 status = nx_ip_create(&proxy_ip, "HTTP Proxy IP", HTTP_PROXY_ADDRESS, in test_application_define() 178 status = nx_arp_enable(&proxy_ip, (void *) pointer, 1024); in test_application_define() 184 status = nx_tcp_enable(&proxy_ip); in test_application_define() 300 …status = nx_ip_status_check(&proxy_ip, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in thread_proxy_entry() 305 status = nx_tcp_socket_create(&proxy_ip, &agent_server, "Agent Server Socket", in thread_proxy_entry() 308 status += nx_tcp_socket_create(&proxy_ip, &agent_client, "Agent Client Socket", in thread_proxy_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()
|
| D | netx_http_proxy_non_block_test.c | 33 static NX_IP proxy_ip; variable 171 status = nx_ip_create(&proxy_ip, "HTTP Proxy IP", HTTP_PROXY_ADDRESS, in test_application_define() 178 status = nx_arp_enable(&proxy_ip, (void *) pointer, 1024); in test_application_define() 184 status = nx_tcp_enable(&proxy_ip); in test_application_define() 298 …status = nx_ip_status_check(&proxy_ip, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in thread_proxy_entry() 303 status = nx_tcp_socket_create(&proxy_ip, &agent_server, "Agent Server Socket", in thread_proxy_entry() 306 status += nx_tcp_socket_create(&proxy_ip, &agent_client, "Agent Client Socket", in thread_proxy_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()
|
| D | netx_http_proxy_data_fin_test.c | 37 static NX_IP proxy_ip; variable 185 status = nx_ip_create(&proxy_ip, "HTTP Proxy IP", HTTP_PROXY_ADDRESS, in test_application_define() 192 status = nx_arp_enable(&proxy_ip, (void *) pointer, 1024); in test_application_define() 198 status = nx_tcp_enable(&proxy_ip); in test_application_define() 336 …status = nx_ip_status_check(&proxy_ip, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in thread_proxy_entry() 341 status = nx_tcp_socket_create(&proxy_ip, &agent_server, "Agent Server Socket", in thread_proxy_entry() 344 status += nx_tcp_socket_create(&proxy_ip, &agent_client, "Agent Client Socket", in thread_proxy_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()
|
| D | netx_http_proxy_multiple_response_test.c | 33 static NX_IP proxy_ip; variable 171 status = nx_ip_create(&proxy_ip, "HTTP Proxy IP", HTTP_PROXY_ADDRESS, in test_application_define() 178 status = nx_arp_enable(&proxy_ip, (void *) pointer, 1024); in test_application_define() 184 status = nx_tcp_enable(&proxy_ip); in test_application_define() 307 …status = nx_ip_status_check(&proxy_ip, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in thread_proxy_entry() 312 status = nx_tcp_socket_create(&proxy_ip, &agent_server, "Agent Server Socket", in thread_proxy_entry() 315 status += nx_tcp_socket_create(&proxy_ip, &agent_client, "Agent Client Socket", in thread_proxy_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()
|