Home | History | Annotate | Download | only in openssh

Lines Matching full:host_port

1202 	c->host_port = ntohs(s4_req.dest_port);
1205 c->self, c->path, c->host_port, s4_req.command);
1328 c->host_port = ntohs(dest_port);
1331 c->self, c->path, c->host_port, s5_req.command);
1359 c->host_port = port_to_connect;
1497 rtype, c->listening_port, c->path, c->host_port,
1512 packet_put_int(c->host_port);
1537 packet_put_int(c->host_port);
1582 c->listening_port, c->path, c->host_port);
1590 } else if (c->host_port == PORT_STREAMLOCAL) {
1593 } else if (c->host_port == 0) {
1611 if (c->host_port != PORT_STREAMLOCAL)
1616 nc->host_port = c->host_port;
3053 u_short host_port;
3059 host_port = packet_get_int();
3067 c = channel_connect_to_port(host, host_port,
3314 c->host_port = fwd->connect_port;
3398 c->host_port = port;
3471 if (c->host_port == 0)
3474 if (c->host_port != cport)