Searched refs:dns_path (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | roken_gethostby.c | 66 const char *dns_path) in setup_int() argument 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() 117 char *dns_host, *dns_path; in roken_gethostby_setup() local 122 split_spec(dns_spec, &dns_host, &dns_port, &dns_path, 80); in roken_gethostby_setup() 123 if(dns_path == NULL) in roken_gethostby_setup() 127 ret = setup_int(proxy_host, proxy_port, dns_host, dns_port, dns_path); in roken_gethostby_setup() 131 free(dns_path); in roken_gethostby_setup()
|