Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A DparseURL.h46 #define URL_DFLT_PROXY_PORT (ushort_t)8080 macro
H A Dbootlog.c541 URL_DFLT_PROXY_PORT) == URL_PARSE_SUCCESS) { in setup_con()
/titanic_41/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()