Searched refs:HTTP_HOST (Results 1 – 1 of 1) sorted by relevance
33 #define HTTP_HOST "google.com" macro47 #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()