Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/http_get/src/
Dhttp_get.c33 #define HTTP_HOST "google.com" macro
47 #define REQUEST "GET " HTTP_PATH " HTTP/1.0\r\nHost: " HTTP_HOST "\r\n\r\n"
73 printf("Preparing HTTP GET request for http://" HTTP_HOST in main()
78 st = getaddrinfo(HTTP_HOST, HTTP_PORT, &hints, &res); in main()
110 HTTP_HOST, sizeof(HTTP_HOST))) in main()