| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_http_proxy_multiple_response_test.c | 32 static NX_PACKET_POOL proxy_pool; variable 164 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 172 0xFFFFFF00UL, &proxy_pool, _nx_ram_network_driver_1024, in test_application_define() 352 nx_packet_data_append(packet_ptr, connect_200, 5, &proxy_pool, NX_IP_PERIODIC_RATE); in thread_proxy_entry() 360 nx_packet_data_append(packet_ptr_1, connect_200 + 5, 15, &proxy_pool, NX_IP_PERIODIC_RATE); in thread_proxy_entry() 368 …nx_packet_data_append(packet_ptr_2, connect_200 + 20, sizeof(connect_200) - 20, &proxy_pool, NX_IP… in thread_proxy_entry()
|
| D | netx_http_proxy_error_response_test.c | 32 static NX_PACKET_POOL proxy_pool; variable 175 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 183 0xFFFFFF00UL, &proxy_pool, _nx_ram_network_driver_1024, in test_application_define() 376 …nx_packet_data_append(packet_ptr, connect_403, sizeof(connect_403), &proxy_pool, NX_IP_PERIODIC_RA… in thread_proxy_entry() 409 …nx_packet_data_append(packet_ptr, connect_200, sizeof(connect_200), &proxy_pool, NX_IP_PERIODIC_RA… in thread_proxy_entry()
|
| D | netx_http_proxy_data_fin_test.c | 36 static NX_PACKET_POOL proxy_pool; variable 178 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 186 0xFFFFFF00UL, &proxy_pool, _nx_ram_network_driver_1024, in test_application_define() 381 …nx_packet_data_append(packet_ptr, connect_403, sizeof(connect_403), &proxy_pool, NX_IP_PERIODIC_RA… in thread_proxy_entry() 417 …nx_packet_data_append(packet_ptr, connect_200, sizeof(connect_200), &proxy_pool, NX_IP_PERIODIC_RA… in thread_proxy_entry()
|
| D | netx_http_proxy_basic_test.c | 32 static NX_PACKET_POOL proxy_pool; variable 164 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 172 0xFFFFFF00UL, &proxy_pool, _nx_ram_network_driver_1024, in test_application_define() 345 …nx_packet_data_append(packet_ptr, connect_200, sizeof(connect_200), &proxy_pool, NX_IP_PERIODIC_RA… in thread_proxy_entry()
|
| D | netx_http_proxy_non_block_test.c | 32 static NX_PACKET_POOL proxy_pool; variable 164 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 172 0xFFFFFF00UL, &proxy_pool, _nx_ram_network_driver_1024, in test_application_define() 343 …nx_packet_data_append(packet_ptr, connect_200, sizeof(connect_200), &proxy_pool, NX_IP_PERIODIC_RA… in thread_proxy_entry()
|
| D | netx_http_proxy_disconnect_test.c | 32 static NX_PACKET_POOL proxy_pool; variable 164 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 172 0xFFFFFF00UL, &proxy_pool, _nx_ram_network_driver_1024, in test_application_define() 395 …nx_packet_data_append(packet_ptr, connect_200, sizeof(connect_200), &proxy_pool, NX_IP_PERIODIC_RA… in thread_proxy_entry()
|