Searched refs:allocated_port (Results 1 – 5 of 5) sorted by relevance
26 int allocated_port; /* Dynamically allocated listen port */ member
609 rfwd->allocated_port = packet_get_int(); in mux_confirm_remote_forward()611 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()615 buffer_put_int(&out, rfwd->allocated_port); in mux_confirm_remote_forward()617 rfwd->allocated_port); in mux_confirm_remote_forward()765 options.remote_forwards[i].allocated_port); in process_mux_open_fwd()1741 fwd->allocated_port = buffer_get_int(&m); in mux_client_forward()1743 fwd->allocated_port, in mux_client_forward()1747 fprintf(stdout, "%u\n", fwd->allocated_port); in mux_client_forward()
1442 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward()1444 rfwd->allocated_port, in ssh_confirm_remote_forward()1447 rfwd->allocated_port); in ssh_confirm_remote_forward()
335 fwd->allocated_port = 0; in add_remote_forward()
3434 fwd->listen_port ? fwd->listen_port : fwd->allocated_port));