proxy_host         65 source4/heimdal/lib/roken/roken_gethostby.c setup_int(const char *proxy_host, short proxy_port,
proxy_host         72 source4/heimdal/lib/roken/roken_gethostby.c     if(proxy_host) {
proxy_host         73 source4/heimdal/lib/roken/roken_gethostby.c 	if(make_address(proxy_host, &dns_addr.sin_addr) != 0)
proxy_host        113 source4/heimdal/lib/roken/roken_gethostby.c     char *proxy_host = NULL;
proxy_host        124 source4/heimdal/lib/roken/roken_gethostby.c 	split_spec(proxy_spec, &proxy_host, &proxy_port, NULL, 80);
proxy_host        125 source4/heimdal/lib/roken/roken_gethostby.c     ret = setup_int(proxy_host, proxy_port, dns_host, dns_port, dns_path);
proxy_host        127 source4/heimdal/lib/roken/roken_gethostby.c     free(proxy_host);