Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.h26 int allocated_port; /* Dynamically allocated listen port */ member
Dmux.c607 rfwd->allocated_port = packet_get_int(); in mux_confirm_remote_forward()
609 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
613 buffer_put_int(&out, rfwd->allocated_port); in mux_confirm_remote_forward()
615 rfwd->allocated_port); in mux_confirm_remote_forward()
750 options.remote_forwards[i].allocated_port); in process_mux_open_fwd()
1724 fwd->allocated_port = buffer_get_int(&m); in mux_client_forward()
1726 fwd->allocated_port, in mux_client_forward()
1730 fprintf(stdout, "%u\n", fwd->allocated_port); in mux_client_forward()
Dssh.c1443 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward()
1445 rfwd->allocated_port, in ssh_confirm_remote_forward()
1448 rfwd->allocated_port); in ssh_confirm_remote_forward()
Dreadconf.c333 fwd->allocated_port = 0; in add_remote_forward()
Dchannels.c3411 fwd->listen_port ? fwd->listen_port : fwd->allocated_port));