Home
last modified time | relevance | path

Searched refs:HTTP_SERVER_ADDRESS (Results 1 – 25 of 75) sorted by relevance

123

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_basic_authenticate_test.c55 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
129 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
150 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
153 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
250 status = nx_http_client_put_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
292 status = nx_http_client_get_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
318 status = nx_http_client_get_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
344 status = nx_http_client_get_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
373 status = nx_http_client_get_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
Dnetx_http_basic_test.c51 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
104 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
125 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
128 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
227 status = nx_http_client_put_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
272 status = nx_http_client_get_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
300 …status = nx_http_client_put_start_extended(&my_client, HTTP_SERVER_ADDRESS, "/client_test_extende… in thread_client_entry()
345 …status = nx_http_client_get_start_extended(&my_client, HTTP_SERVER_ADDRESS, "/client_test_extende… in thread_client_entry()
Dnetx_http_head_basic_test.c77 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192,168,0,105) macro
114 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
135 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
138 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
240 status = nx_http_client_put_start(&my_client, HTTP_SERVER_ADDRESS, "/index.htm", in thread_client_entry()
292 …status = nx_tcp_client_socket_connect(&client_socket, HTTP_SERVER_ADDRESS, 80, 2 * NX_IP_PERIODIC_… in thread_client_entry()
Dnetx_http_delete_basic_test.c77 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192,168,0,105) macro
114 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
135 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
138 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
240 status = nx_http_client_put_start(&my_client, HTTP_SERVER_ADDRESS, "/index.htm", in thread_client_entry()
292 …status = nx_tcp_client_socket_connect(&client_socket, HTTP_SERVER_ADDRESS, 80, 2 * NX_IP_PERIODIC_… in thread_client_entry()
Dnetx_http_status_404_test.c81 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
118 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
139 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
144 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
246 status = nx_http_client_put_start(&my_client, HTTP_SERVER_ADDRESS, "/index.htm", in thread_client_entry()
294 …status = nx_tcp_client_socket_connect(&client_socket, HTTP_SERVER_ADDRESS, 80, 2 * NX_IP_PERIODIC_… in thread_client_entry()
Dnetx_http_post_basic_test.c80 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192,168,0,105) macro
118 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
139 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
142 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
244 status = nx_http_client_put_start(&my_client, HTTP_SERVER_ADDRESS, "/index.htm", in thread_client_entry()
289 status = nx_http_client_get_start(&my_client, HTTP_SERVER_ADDRESS, "/index.htm", in thread_client_entry()
326 …status = nx_tcp_client_socket_connect(&client_socket, HTTP_SERVER_ADDRESS, 80, 2 * NX_IP_PERIODIC_… in thread_client_entry()
Dnetx_http_if_modified_since_test.c105 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192,168,0,105) macro
142 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
163 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
166 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
273 status = nx_http_client_put_start(&my_client, HTTP_SERVER_ADDRESS, "/index.htm", in thread_client_entry()
325 …status = nx_tcp_client_socket_connect(&client_socket, HTTP_SERVER_ADDRESS, 80, 2 * NX_IP_PERIODIC_… in thread_client_entry()
Dnetx_http_multipart_underflow_test.c314 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192,168,0,105) macro
350 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
370 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
373 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
445 …status = nx_tcp_client_socket_connect(&client_socket, HTTP_SERVER_ADDRESS, 80, 2 * NX_IP_PERIODIC_… in thread_client_entry()
Dnetx_http_multipart_fragment_test.c312 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192,168,0,105) macro
348 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
368 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
371 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
443 …status = nx_tcp_client_socket_connect(&client_socket, HTTP_SERVER_ADDRESS, 80, 2 * NX_IP_PERIODIC_… in thread_client_entry()
Dnetx_http_request_in_multiple_packets_test.c71 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
123 HTTP_SERVER_ADDRESS, in test_application_define()
146 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
149 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
288 if (nx_tcp_client_socket_connect(&(my_client.nx_http_client_socket), HTTP_SERVER_ADDRESS, in thread_client_entry()
Dnetx_http_get_content_length_test.c184 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
222 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
243 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
246 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
369 status = nx_http_client_get_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
Dnetx_http_get_contentlength_packetleak_test.c190 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
238 HTTP_SERVER_ADDRESS, in test_application_define()
261 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
264 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
357 status = nx_http_client_get_start(&my_client, HTTP_SERVER_ADDRESS, "/client_test.htm", in thread_client_entry()
Dnetx_http_get_put_referred_URI_test.c204 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
257 HTTP_SERVER_ADDRESS, in test_application_define()
280 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
283 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
Dnetx_http_client_change_connect_port_test.c203 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
256 HTTP_SERVER_ADDRESS, in test_application_define()
279 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
282 server_ip_address = HTTP_SERVER_ADDRESS; in test_application_define()
Dnetx_http_server_type_retrieve_test.c36 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
72 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_external_server_test.c38 #define HTTP_SERVER_ADDRESS IP_ADDRESS(180, 149, 134, 141)/* weibo.com */ macro
41 #define HTTP_SERVER_ADDRESS IP_ADDRESS(115, 239, 210, 27)/* baidu.com */ macro
174 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in thread_client_entry()
Dnetx_web_client_rst_test.c57 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
95 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
159 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in thread_client_entry()
Dnetx_web_one_session_test.c50 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
88 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
152 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in thread_client_entry()
Dnetx_web_external_server_chunked_test.c31 #define HTTP_SERVER_ADDRESS IP_ADDRESS(191, 236, 16, 125)/* http://www.httpwatch.com/httpgallery/c… macro
114 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in thread_client_entry()
Dnetx_web_https_demo_test.c105 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192, 168, 1, 150) macro
171 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
189 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in test_application_define()
270 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in https_client_thread_entry()
Dnetx_web_status_code_test.c40 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
128 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
192 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in thread_client_entry()
Dnetx_web_server_type_get_extended_test.c39 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
74 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
Dnetx_web_secure_connect_fail_test.c55 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192,168,0,105) macro
104 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
206 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in thread_client_entry()
Dnetx_web_post_long_message_test.c55 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
104 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in test_application_define()
167 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in thread_client_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_http.c68 #define HTTP_SERVER_ADDRESS IP_ADDRESS(1,2,3,4) macro
136 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in tx_application_define()
178 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in tx_application_define()

123