Searched refs:hport (Results 1 – 9 of 9) sorted by relevance
/titanic_44/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() argument 77 hlen = strlcpy(hport->hostname, optr, sizeof (hport->hostname)); in url_parse_hostport() 78 if (hlen == 0 || hlen >= sizeof (hport->hostname)) { in url_parse_hostport() 88 hport->port = def_port; in url_parse_hostport() 90 hport->port = 0; in url_parse_hostport() 96 hport->port *= 10; in url_parse_hostport() 97 hport->port += (*ptr - '0'); in url_parse_hostport() 155 ret = url_parse_hostport(optr, &url->hport, url->https ? in url_parse()
|
H A D | parseURL.h | 59 url_hport_t hport; member
|
H A D | bootlog.c | 185 gettime(), bl_url.hport.hostname, in bootlog_common() 186 bl_url.hport.port); in bootlog_common()
|
H A D | boot_http.c | 130 #define CONN_HOSTNAME c_id->uri.hport.hostname 131 #define CONN_PORT c_id->uri.hport.port
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | pkgweb.c | 406 ps->url.hport.hostname); in web_session_control() 412 ps->url.hport.hostname); in web_session_control() 437 ps->url.hport.hostname); in web_session_control() 443 ps->url.hport.hostname); in web_session_control() 473 ps->url.hport.hostname); in web_session_control() 479 ps->url.hport.hostname); in web_session_control() 1793 ps->url.hport.hostname); in web_connect() 1956 ps->url.hport.hostname); in web_send_request() 2005 ps->url.hport.hostname); in web_send_request() 2057 ps->url.hport.hostname); in web_send_request() [all …]
|
/titanic_44/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_ti.c | 5352 ibtl_cm_hca_port_t hport; in ibt_query_mcg() local 5470 retval = ibtl_cm_get_hca_port(rgid, 0, &hport); in ibt_query_mcg() 5478 hcap = ibcm_find_hca_entry(hport.hp_hca_guid); in ibt_query_mcg() 5484 saa_handle = ibcm_get_saa_handle(hcap, hport.hp_port); in ibt_query_mcg() 5534 retval = ibtl_cm_get_hca_port(port_gid, 0, &hport); in ibt_query_mcg() 5572 mcg_infop[i].mc_adds_vect.av_port_num = hport.hp_port; in ibt_query_mcg() 5575 mcg_infop[i].mc_adds_vect.av_sgid_ix = hport.hp_sgid_ix; in ibt_query_mcg() 5582 if (ibt_pkey2index_byguid(hport.hp_hca_guid, in ibt_query_mcg() 5583 hport.hp_port, mcg_resp->P_Key, in ibt_query_mcg() 5659 ibtl_cm_hca_port_t hport; in ibt_gid_to_node_info() local [all …]
|
H A D | ibcm_path.c | 1849 ibtl_cm_hca_port_t *hport, ibt_cep_path_t *cep_p) in ibcm_update_cep_info() argument 1875 if (hport != NULL) { in ibcm_update_cep_info() 1877 retval = ibt_pkey2index_byguid(hport->hp_hca_guid, in ibcm_update_cep_info() 1878 hport->hp_port, prec_resp->P_Key, &cep_p->cep_pkey_ix); in ibcm_update_cep_info() 1886 cep_p->cep_adds_vect.av_sgid_ix = hport->hp_sgid_ix; in ibcm_update_cep_info() 1888 prec_resp->SLID - hport->hp_base_lid; in ibcm_update_cep_info() 1890 hport->hp_port; in ibcm_update_cep_info()
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 412 u.https || inet_addr(u.hport.hostname) == (in_addr_t)-1 || in clurl() 1136 (ipaddr = inet_addr(u.hport.hostname)) == in config_incomplete() 1212 } else if ((hp = gethostbyname(u.hport.hostname)) == NULL) { in config_incomplete() 1229 } else if ((hp = gethostbyname(u.hport.hostname)) == in config_incomplete()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 1173 if (!resolve_hostname(url.hport.hostname, in create_hostsfile()
|