Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c666 rfwd->allocated_port = (int)port; in mux_confirm_remote_forward()
668 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
674 rfwd->allocated_port)) != 0) in mux_confirm_remote_forward()
677 rfwd->allocated_port); in mux_confirm_remote_forward()
824 options.remote_forwards[i].allocated_port)) != 0) in mux_master_process_open_fwd()
1929 if ((r = sshbuf_get_u32(m, &fwd->allocated_port)) != 0) in mux_client_forward()
1932 fwd->allocated_port, in mux_client_forward()
1936 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.c1971 rfwd->allocated_port = (int)port; in ssh_confirm_remote_forward()
1974 rfwd->allocated_port, rfwd->connect_path ? in ssh_confirm_remote_forward()
1978 rfwd->handle, rfwd->allocated_port); in ssh_confirm_remote_forward()
H A Dreadconf.c420 fwd->allocated_port = 0; in add_remote_forward()
H A Dchannels.c4564 fwd->listen_port ? fwd->listen_port : fwd->allocated_port); in channel_request_rforward_cancel()