Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/wanboot/
H A DparseURL.c50 url_parse_hostport(const char *hpstr, url_hport_t *hport, ushort_t def_port) in url_parse_hostport() function
155 ret = url_parse_hostport(optr, &url->hport, url->https ? in url_parse()
H A DparseURL.h63 extern int url_parse_hostport(const char *, url_hport_t *, ushort_t);
H A Dbootlog.c540 if (url_parse_hostport(hpstr, &proxy, in setup_con()
/titanic_50/usr/src/lib/libwanboot/common/
H A Dmapfile-vers92 url_parse_hostport;
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c437 if (url_parse_hostport(valstr, &u, URL_DFLT_PROXY_PORT) != in clhp()
1174 if (url_parse_hostport(buf, &u, URL_DFLT_PROXY_PORT) != in config_incomplete()
H A Dwanboot.c623 ret = url_parse_hostport(buf, &proxy_hp, URL_DFLT_PROXY_PORT); in establish_http_connection()
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c3193 if (url_parse_hostport(a_httpProxyName, in get_package_list()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c1632 if (url_parse_hostport(proxy, &ps->proxy, proxy_port) in parse_url_proxy()