Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Droken_gethostby.c64 const char *dns_path) in setup_int() argument
74 if (asprintf(&dns_req, "http://%s:%d%s", dns_host, dns_port, dns_path) < 0) in setup_int()
80 asprintf(&dns_req, "%s", dns_path); in setup_int()
114 char *dns_host, *dns_path; in roken_gethostby_setup() local
119 split_spec(dns_spec, &dns_host, &dns_port, &dns_path, 80); in roken_gethostby_setup()
120 if(dns_path == NULL) in roken_gethostby_setup()
124 ret = setup_int(proxy_host, proxy_port, dns_host, dns_port, dns_path); in roken_gethostby_setup()
128 free(dns_path); in roken_gethostby_setup()