Lines Matching full:host_port
1128 c->host_port = ntohs(s4_req.dest_port);
1131 c->self, c->path, c->host_port, s4_req.command);
1254 c->host_port = ntohs(dest_port);
1257 c->self, c->path, c->host_port, s5_req.command);
1285 c->host_port = port_to_connect;
1423 rtype, c->listening_port, c->path, c->host_port,
1438 packet_put_int(c->host_port);
1463 packet_put_int(c->host_port);
1502 c->listening_port, c->path, c->host_port);
1510 } else if (c->host_port == PORT_STREAMLOCAL) {
1513 } else if (c->host_port == 0) {
1531 if (c->host_port != PORT_STREAMLOCAL)
1536 nc->host_port = c->host_port;
2669 u_short host_port;
2675 host_port = packet_get_int();
2683 c = channel_connect_to_port(host, host_port,
2925 c->host_port = fwd->connect_port;
3009 c->host_port = port;
3082 if (c->host_port == 0)
3085 if (c->host_port != cport)