Home
last modified time | relevance | path

Searched refs:allocated_port (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dmux.c618 rfwd->allocated_port = (int)port; in mux_confirm_remote_forward()
620 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
626 rfwd->allocated_port)) != 0) in mux_confirm_remote_forward()
629 rfwd->allocated_port); in mux_confirm_remote_forward()
775 options.remote_forwards[i].allocated_port)) != 0) in mux_master_process_open_fwd()
1808 if ((r = sshbuf_get_u32(m, &fwd->allocated_port)) != 0) in mux_client_forward()
1811 fwd->allocated_port, in mux_client_forward()
1815 fprintf(stdout, "%i\n", fwd->allocated_port); in mux_client_forward()
H A Dmisc.h38 int allocated_port; /* Dynamically allocated listen port */ member
H A Dssh.c1889 rfwd->allocated_port = (int)port; in ssh_confirm_remote_forward()
1892 rfwd->allocated_port, rfwd->connect_path ? in ssh_confirm_remote_forward()
1896 rfwd->handle, rfwd->allocated_port); in ssh_confirm_remote_forward()
H A Dreadconf.c415 fwd->allocated_port = 0; in add_remote_forward()
H A Dchannels.c4437 fwd->listen_port ? fwd->listen_port : fwd->allocated_port); in channel_request_rforward_cancel()