Searched refs:url_parse_hostport (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/common/net/wanboot/ |
H A D | parseURL.c | 50 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 D | parseURL.h | 63 extern int url_parse_hostport(const char *, url_hport_t *, ushort_t);
|
H A D | bootlog.c | 540 if (url_parse_hostport(hpstr, &proxy, in setup_con()
|
/titanic_50/usr/src/lib/libwanboot/common/ |
H A D | mapfile-vers | 92 url_parse_hostport;
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 437 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 D | wanboot.c | 623 ret = url_parse_hostport(buf, &proxy_hp, URL_DFLT_PROXY_PORT); in establish_http_connection()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 3193 if (url_parse_hostport(a_httpProxyName, in get_package_list()
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | pkgweb.c | 1632 if (url_parse_hostport(proxy, &ps->proxy, proxy_port) in parse_url_proxy()
|