Searched refs:dns_req (Results 1 – 1 of 1) sorted by relevance
44 static char *dns_req; variable69 if(dns_req) in setup_int()70 free(dns_req); in setup_int()71 dns_req = NULL; in setup_int()76 if (asprintf(&dns_req, "http://%s:%d%s", dns_host, dns_port, dns_path) < 0) in setup_int()82 if (asprintf(&dns_req, "%s", dns_path) < 0) in setup_int()153 if (asprintf(&request, "GET %s?%s HTTP/1.0\r\n\r\n", dns_req, hostname) < 0) in roken_gethostby()