Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dmisc.h26 int allocated_port; /* Dynamically allocated listen port */ member
Dmux.c608 rfwd->allocated_port = packet_get_int(); in mux_confirm_remote_forward()
610 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
614 buffer_put_int(&out, rfwd->allocated_port); in mux_confirm_remote_forward()
616 rfwd->allocated_port); in mux_confirm_remote_forward()
764 options.remote_forwards[i].allocated_port); in process_mux_open_fwd()
1742 fwd->allocated_port = buffer_get_int(&m); in mux_client_forward()
1744 fwd->allocated_port, in mux_client_forward()
1748 fprintf(stdout, "%i\n", fwd->allocated_port); in mux_client_forward()
Dssh.c1546 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward()
1548 rfwd->allocated_port, in ssh_confirm_remote_forward()
1551 rfwd->allocated_port); in ssh_confirm_remote_forward()
Dreadconf.c386 fwd->allocated_port = 0; in add_remote_forward()
Dchannels.c3438 fwd->listen_port ? fwd->listen_port : fwd->allocated_port));