OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rfwd
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
ssh.c
1016
Forward *
rfwd
= (Forward *)ctxt;
local
1021
rfwd
->listen_port,
rfwd
->connect_host,
rfwd
->connect_port);
1022
if (type == SSH2_MSG_REQUEST_SUCCESS &&
rfwd
->listen_port == 0) {
1023
rfwd
->allocated_port = packet_get_int();
1025
rfwd
->allocated_port,
1026
rfwd
->connect_host,
rfwd
->connect_port);
1032
"listen port %d",
rfwd
->listen_port)
[
all
...]
mux.c
577
Forward *
rfwd
;
local
591
rfwd
= &options.remote_forwards[fctx->fid];
594
rfwd
->listen_port,
rfwd
->connect_host,
rfwd
->connect_port);
596
if (
rfwd
->listen_port == 0) {
597
rfwd
->allocated_port = packet_get_int();
599
" to %s:%d",
rfwd
->allocated_port,
600
rfwd
->connect_host,
rfwd
->connect_port)
[
all
...]
Completed in 123 milliseconds