Home
last modified time | relevance | path

Searched refs:CLIENT_PACKET_SIZE (Results 1 – 25 of 72) sorted by relevance

123

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_external_server_chunked_test.c19 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
64 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
65 pointer, CLIENT_PACKET_SIZE*16); in test_application_define()
66 pointer = pointer + CLIENT_PACKET_SIZE * 16; in test_application_define()
Dnetx_web_multiple_sessions_test.c32 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
171 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
172 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
173 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
197 … status = nx_packet_pool_create(&client_pool_1, "HTTP Client Packet Pool 1", CLIENT_PACKET_SIZE, in test_application_define()
198 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
199 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_multiple_sessions_timeout_test.c32 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
139 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
140 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
141 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
165 … status = nx_packet_pool_create(&client_pool_1, "HTTP Client Packet Pool 1", CLIENT_PACKET_SIZE, in test_application_define()
166 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
167 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_external_server_test.c25 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
88 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
89 pointer, CLIENT_PACKET_SIZE*16); in test_application_define()
90 pointer = pointer + CLIENT_PACKET_SIZE * 16; in test_application_define()
Dnetx_web_client_rst_test.c33 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
122 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
123 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
124 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_one_session_test.c27 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
116 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
117 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
118 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_status_code_test.c19 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
156 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
157 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
158 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_secure_connect_fail_test.c34 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
131 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
132 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
133 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_connect_three_times_test.c34 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
138 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
139 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
140 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_secure_reconnect_test.c32 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
137 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
138 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
139 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_certifiacte_verify_test.c32 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
136 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
137 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
138 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_basic_ecc_test.c28 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
134 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
135 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
136 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_head_basic_test.c32 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
135 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
136 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
137 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_web_keep_alive_abnormal_test.c32 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
138 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
139 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
140 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_head_basic_test.c49 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro
160 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
161 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
162 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_multipart_underflow_test.c286 #define CLIENT_PACKET_SIZE 1400 macro
395 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
396 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
397 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_multipart_fragment_test.c284 #define CLIENT_PACKET_SIZE 1400 macro
393 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
394 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
395 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_delete_basic_test.c49 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro
160 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
161 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
162 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_status_404_test.c51 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro
167 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
168 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
169 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_basic_authenticate_test.c29 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro
175 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
176 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
177 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_basic_test.c25 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro
150 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
151 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
152 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_get_content_length_test.c156 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro
261 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
262 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
263 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_if_modified_since_test.c77 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro
188 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
189 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
190 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
Dnetx_http_post_basic_test.c52 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro
164 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
165 pointer, CLIENT_PACKET_SIZE*8); in test_application_define()
166 pointer = pointer + CLIENT_PACKET_SIZE * 8; in test_application_define()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_out_of_order_ack_test.c17 #define CLIENT_PACKET_SIZE (1536 + sizeof(NX_PACKET)) macro
18 #define CLIENT_POOL_SIZE (CLIENT_PACKET_SIZE * 30)
2492 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in test_application_define()
2494 pointer = pointer + CLIENT_PACKET_SIZE * 16; in test_application_define()

123