Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.h28 int allocated_port; /* Dynamically allocated listen port */ member
Dmux.c612 rfwd->allocated_port = packet_get_int(); in mux_confirm_remote_forward()
614 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
618 buffer_put_int(&out, rfwd->allocated_port); in mux_confirm_remote_forward()
620 rfwd->allocated_port); in mux_confirm_remote_forward()
768 options.remote_forwards[i].allocated_port); in process_mux_open_fwd()
1758 fwd->allocated_port = buffer_get_int(&m); in mux_client_forward()
1760 fwd->allocated_port, in mux_client_forward()
1764 fprintf(stdout, "%i\n", fwd->allocated_port); in mux_client_forward()
Dssh.c1542 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward()
1544 rfwd->allocated_port, in ssh_confirm_remote_forward()
1547 rfwd->allocated_port); in ssh_confirm_remote_forward()
Dreadconf.c376 fwd->allocated_port = 0; in add_remote_forward()
Dchannels.c3804 fwd->listen_port ? fwd->listen_port : fwd->allocated_port));