Home
last modified time | relevance | path

Searched refs:host_port (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c945 c->host_port = ntohs(s4_req.dest_port); in channel_decode_socks4()
948 c->self, host, c->host_port, s4_req.command); in channel_decode_socks4()
1066 c->host_port = ntohs(dest_port); in channel_decode_socks5()
1069 c->self, c->path, c->host_port, s5_req.command); in channel_decode_socks5()
1202 rtype, c->listening_port, c->path, c->host_port, in port_open_helper()
1217 packet_put_int(c->host_port); in port_open_helper()
1231 packet_put_int(c->host_port); in port_open_helper()
1255 c->listening_port, c->path, c->host_port); in channel_post_port_listener()
1261 if (c->host_port == 0) { in channel_post_port_listener()
1282 nc->host_port = c->host_port; in channel_post_port_listener()
[all …]
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c820 int host_port = 0, proxy_port = 0; in kmf_get_ocsp_for_cert() local
929 host_port = uriptr->port; in kmf_get_ocsp_for_cert()
930 if (host_port == 0) in kmf_get_ocsp_for_cert()
931 host_port = 80; in kmf_get_ocsp_for_cert()
951 hostname, host_port, proxyname, proxy_port, in kmf_get_ocsp_for_cert()
/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h103 int host_port; /* remote port to connect for forwards */ member