Searched refs:split_spec (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Droken_gethostby.c87 split_spec(const char *spec, char **host, int *port, char **path, int def_port) function
119 split_spec(dns_spec, &dns_host, &dns_port, &dns_path, 80);
123 split_spec(proxy_spec, &proxy_host, &proxy_port, NULL, 80);

Completed in 58 milliseconds