Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/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()
Ddemo_netxduo_https.c369 #define HTTP_SERVER_ADDRESS IP_ADDRESS(192, 168, 1, 150) macro
410 status = nx_ip_create(&server_ip, "HTTP Server IP", HTTP_SERVER_ADDRESS, in tx_application_define()
566 server_ip_address.nxd_ip_address.v4 = HTTP_SERVER_ADDRESS; in https_client_thread_entry()