Searched defs:hport (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A DparseURL.c50 url_parse_hostport(const char *hpstr, url_hport_t *hport, ushort_t def_port) argument
77 hlen = strlcpy(hport->hostname, optr, sizeof (hport->hostname));
78 if (hlen == 0 || hlen >= sizeof (hport->hostname)) {
88 hport->port = def_port;
90 hport->port = 0;
96 hport->port *= 10;
97 hport->port += (*ptr - '0');
155 ret = url_parse_hostport(optr, &url->hport, url->https ?
H A DparseURL.h59 url_hport_t hport; member in struct:__anon2030
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1849 ibtl_cm_hca_port_t *hport, ibt_cep_path_t *cep_p)
1875 if (hport != NULL) {
1877 retval = ibt_pkey2index_byguid(hport->hp_hca_guid,
1878 hport->hp_port, prec_resp->P_Key, &cep_p->cep_pkey_ix);
1886 cep_p->cep_adds_vect.av_sgid_ix = hport->hp_sgid_ix;
1888 prec_resp->SLID - hport->hp_base_lid;
1890 hport->hp_port;
1848 ibcm_update_cep_info(sa_path_record_t *prec_resp, ibtl_cm_port_list_t *sl, ibtl_cm_hca_port_t *hport, ibt_cep_path_t *cep_p) argument
H A Dibcm_ti.c5352 ibtl_cm_hca_port_t hport; local
5470 retval = ibtl_cm_get_hca_port(rgid, 0, &hport);
5478 hcap = ibcm_find_hca_entry(hport.hp_hca_guid);
5484 saa_handle = ibcm_get_saa_handle(hcap, hport.hp_port);
5534 retval = ibtl_cm_get_hca_port(port_gid, 0, &hport);
5572 mcg_infop[i].mc_adds_vect.av_port_num = hport.hp_port;
5575 mcg_infop[i].mc_adds_vect.av_sgid_ix = hport.hp_sgid_ix;
5582 if (ibt_pkey2index_byguid(hport.hp_hca_guid,
5583 hport.hp_port, mcg_resp->P_Key,
5659 ibtl_cm_hca_port_t hport; local
6102 ibtl_cm_hca_port_t hport; local
[all...]

Completed in 88 milliseconds