Lines Matching defs:host_port
1098 c->host_port = ntohs(s4_req.dest_port);
1101 c->self, c->path, c->host_port, s4_req.command);
1225 c->host_port = ntohs(dest_port);
1228 c->self, c->path, c->host_port, s5_req.command);
1257 c->host_port = port_to_connect;
1390 rtype, c->listening_port, c->path, c->host_port,
1405 packet_put_int(c->host_port);
1419 packet_put_int(c->host_port);
1457 c->listening_port, c->path, c->host_port);
1463 if (c->host_port == 0) {
1482 nc->host_port = c->host_port;
2574 u_short host_port;
2580 host_port = packet_get_int();
2588 c = channel_connect_to(host, host_port,
2794 c->host_port = port_to_connect;
2958 u_short port, host_port;
2965 host_port = packet_get_int();
2976 if (host_port == 0)
2982 host_port, gateway_ports);