| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_http_proxy_basic_test.c | 11 #define PACKET_SIZE 1536 macro 12 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 96 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 97 pointer, PACKET_SIZE * 8); in test_application_define() 98 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 131 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 132 pointer, PACKET_SIZE * 8); in test_application_define() 133 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 164 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 165 pointer, PACKET_SIZE * 8); in test_application_define() [all …]
|
| D | netx_http_proxy_non_block_test.c | 11 #define PACKET_SIZE 1536 macro 12 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 96 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 97 pointer, PACKET_SIZE * 8); in test_application_define() 98 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 131 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 132 pointer, PACKET_SIZE * 8); in test_application_define() 133 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 164 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 165 pointer, PACKET_SIZE * 8); in test_application_define() [all …]
|
| D | netx_http_proxy_disconnect_test.c | 11 #define PACKET_SIZE 1536 macro 12 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 96 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 97 pointer, PACKET_SIZE * 8); in test_application_define() 98 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 131 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 132 pointer, PACKET_SIZE * 8); in test_application_define() 133 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 164 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 165 pointer, PACKET_SIZE * 8); in test_application_define() [all …]
|
| D | netx_http_proxy_error_response_test.c | 11 #define PACKET_SIZE 1536 macro 12 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 107 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 108 pointer, PACKET_SIZE * 8); in test_application_define() 109 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 142 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 143 pointer, PACKET_SIZE * 8); in test_application_define() 144 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 175 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 176 pointer, PACKET_SIZE * 8); in test_application_define() [all …]
|
| D | netx_http_proxy_multiple_response_test.c | 11 #define PACKET_SIZE 1536 macro 12 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 96 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 97 pointer, PACKET_SIZE * 8); in test_application_define() 98 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 131 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 132 pointer, PACKET_SIZE * 8); in test_application_define() 133 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 164 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 165 pointer, PACKET_SIZE * 8); in test_application_define() [all …]
|
| D | netx_http_proxy_data_fin_test.c | 15 #define PACKET_SIZE 1536 macro 16 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 110 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 111 pointer, PACKET_SIZE * 8); in test_application_define() 112 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 145 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 146 pointer, PACKET_SIZE * 8); in test_application_define() 147 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 178 status = nx_packet_pool_create(&proxy_pool, "HTTP Proxy Packet Pool", PACKET_SIZE, in test_application_define() 179 pointer, PACKET_SIZE * 8); in test_application_define() [all …]
|
| D | netx_low_watermark_fragment_test.c | 14 #define PACKET_SIZE 1536 macro 40 static UCHAR pool_area_0[POOL_0_COUNT * (sizeof(NX_PACKET) + PACKET_SIZE)]; 41 static UCHAR pool_area_1[POOL_1_COUNT * (sizeof(NX_PACKET) + PACKET_SIZE)]; 82 …status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pool_area_0, sizeof… in test_application_define() 83 …status += nx_packet_pool_create(&pool_1, "NetX Main Packet Pool", PACKET_SIZE, pool_area_1, sizeo… in test_application_define()
|
| D | netx_low_watermark_zero_window_test.c | 12 #define PACKET_SIZE 1536 macro 40 static UCHAR client_pool_area[POOL_0_COUNT * (sizeof(NX_PACKET) + PACKET_SIZE)]; 41 static UCHAR server_pool_area[POOL_1_COUNT * (sizeof(NX_PACKET) + PACKET_SIZE)]; 89 …status = nx_packet_pool_create(&client_pool, "ClientPacket Pool", PACKET_SIZE, client_pool_area, … in test_application_define() 90 …status += nx_packet_pool_create(&server_pool, "Server Packet Pool", PACKET_SIZE, server_pool_area… in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/websocket_test/ |
| D | netx_websocket_delete_test.c | 13 #define PACKET_SIZE 1536 macro 14 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 114 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 115 pointer, PACKET_SIZE * 8); in test_application_define() 116 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 148 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 149 pointer, PACKET_SIZE * 8); in test_application_define() 150 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_fin_test.c | 12 #define PACKET_SIZE 1536 macro 13 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 127 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 128 pointer, PACKET_SIZE * 8); in test_application_define() 129 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 162 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 163 pointer, PACKET_SIZE * 8); in test_application_define() 164 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_send_chain_packets_test.c | 12 #define PACKET_SIZE 1536 macro 13 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 158 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 159 pointer, PACKET_SIZE * 8); in test_application_define() 160 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 192 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 193 pointer, PACKET_SIZE * 8); in test_application_define() 194 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_disconnect_test.c | 13 #define PACKET_SIZE 1536 macro 14 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 118 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 119 pointer, PACKET_SIZE * 8); in test_application_define() 120 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 153 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 154 pointer, PACKET_SIZE * 8); in test_application_define() 155 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_one_frame_in_packets_test.c | 12 #define PACKET_SIZE 1536 macro 13 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 127 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 128 pointer, PACKET_SIZE * 8); in test_application_define() 129 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 162 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 163 pointer, PACKET_SIZE * 8); in test_application_define() 164 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_mask_test.c | 12 #define PACKET_SIZE 1536 macro 13 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 129 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 130 pointer, PACKET_SIZE * 8); in test_application_define() 131 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 164 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 165 pointer, PACKET_SIZE * 8); in test_application_define() 166 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_opcode_test.c | 12 #define PACKET_SIZE 1536 macro 13 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 127 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 128 pointer, PACKET_SIZE * 8); in test_application_define() 129 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 162 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 163 pointer, PACKET_SIZE * 8); in test_application_define() 164 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_16_bit_payload_length_test.c | 12 #define PACKET_SIZE 1536 macro 13 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 217 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 218 pointer, PACKET_SIZE * 8); in test_application_define() 219 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 251 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 252 pointer, PACKET_SIZE * 8); in test_application_define() 253 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_connect_test.c | 12 #define PACKET_SIZE 1536 macro 13 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 155 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 156 pointer, PACKET_SIZE * 8); in test_application_define() 157 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 190 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 191 pointer, PACKET_SIZE * 8); in test_application_define() 192 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_websocket_multi_instance_test.c | 12 #define PACKET_SIZE 1536 macro 13 #define TOTAL_SIZE DEMO_STACK_SIZE + (PACKET_SIZE * 8) + 2048 + 1024 181 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 182 pointer, PACKET_SIZE * 10); in test_application_define() 183 pointer = pointer + PACKET_SIZE * 10; in test_application_define() 223 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 224 pointer, PACKET_SIZE * 10); in test_application_define() 225 pointer = pointer + PACKET_SIZE * 10; in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/rtsp_test/ |
| D | netx_rtsp_error_response_test.c | 12 #define PACKET_SIZE 1536 macro 161 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 162 pointer, PACKET_SIZE * 8); in test_application_define() 163 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 191 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 192 pointer, PACKET_SIZE * 8); in test_application_define() 193 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_rtsp_multiple_request_test.c | 12 #define PACKET_SIZE 1536 macro 97 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 98 pointer, PACKET_SIZE * 8); in test_application_define() 99 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 127 status = nx_packet_pool_create(&client_pool, "Test Client Packet Pool", PACKET_SIZE, in test_application_define() 128 pointer, PACKET_SIZE * 8); in test_application_define() 129 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_rtsp_client_timeout_test.c | 19 #define PACKET_SIZE 1536 macro 272 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 273 pointer, PACKET_SIZE * 8); in test_application_define() 274 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 306 status = nx_packet_pool_create(&client_pool_0, "Test Client Packet Pool 0", PACKET_SIZE, in test_application_define() 307 pointer, PACKET_SIZE * 8); in test_application_define() 308 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 334 status = nx_packet_pool_create(&client_pool_1, "Test Client Packet Pool 1", PACKET_SIZE, in test_application_define() 335 pointer, PACKET_SIZE * 8); in test_application_define() 336 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_rtsp_multiple_clients_test.c | 15 #define PACKET_SIZE 1536 macro 235 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 236 pointer, PACKET_SIZE * 8); in test_application_define() 237 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 269 status = nx_packet_pool_create(&client_pool_0, "Test Client Packet Pool 0", PACKET_SIZE, in test_application_define() 270 pointer, PACKET_SIZE * 8); in test_application_define() 271 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 301 status = nx_packet_pool_create(&client_pool_1, "Test Client Packet Pool 1", PACKET_SIZE, in test_application_define() 302 pointer, PACKET_SIZE * 8); in test_application_define() 303 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| D | netx_rtsp_rtp_multicast_test.c | 13 #define PACKET_SIZE 1536 macro 208 status = nx_packet_pool_create(&server_pool, "Test Server Packet Pool", PACKET_SIZE, in test_application_define() 209 pointer, PACKET_SIZE * 8); in test_application_define() 210 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 242 status = nx_packet_pool_create(&client_pool_0, "Test Client Packet Pool 0", PACKET_SIZE, in test_application_define() 243 pointer, PACKET_SIZE * 8); in test_application_define() 244 pointer = pointer + PACKET_SIZE * 8; in test_application_define() 274 status = nx_packet_pool_create(&client_pool_1, "Test Client Packet Pool 1", PACKET_SIZE, in test_application_define() 275 pointer, PACKET_SIZE * 8); in test_application_define() 276 pointer = pointer + PACKET_SIZE * 8; in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_tls_session_renegotiate_coverage_test.c | 44 #define PACKET_SIZE 128 macro 47 #define PACKET_POOL_SIZE ((PACKET_SIZE + sizeof(NX_PACKET)) * 3) 114 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, in TEST()
|
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_tcp_2nd_bind_test.c | 23 #define PACKET_SIZE 256 macro 24 #define PACKET_POOL_SIZE ((PACKET_SIZE + sizeof(NX_PACKET)) * 2) 63 …status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POO… in test_application_define()
|