Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h26 int allocated_port; /* Dynamically allocated listen port */ member
Dmux.c597 rfwd->allocated_port = packet_get_int(); in mux_confirm_remote_forward()
599 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
603 buffer_put_int(&out, rfwd->allocated_port); in mux_confirm_remote_forward()
714 options.remote_forwards[i].allocated_port); in process_mux_open_fwd()
1580 fwd->allocated_port = buffer_get_int(&m); in mux_client_request_forward()
1582 fwd->allocated_port, in mux_client_request_forward()
1586 fprintf(stdout, "%u\n", fwd->allocated_port); in mux_client_request_forward()
Dssh.c1023 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward()
1025 rfwd->allocated_port, in ssh_confirm_remote_forward()
Dreadconf.c297 fwd->allocated_port = 0; in add_remote_forward()