OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connect_port
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
readconf.h
25
int
connect_port
; /* Port to connect on connect_host. */
member in struct:__anon12453
mux.c
526
fwd->connect_host, fwd->
connect_port
);
539
fwd->connect_host, fwd->
connect_port
);
566
if (a->
connect_port
!= b->
connect_port
)
594
rfwd->listen_port, rfwd->connect_host, rfwd->
connect_port
);
600
rfwd->connect_host, rfwd->
connect_port
);
640
buffer_get_int_ret(&fwd.
connect_port
, m) != 0) {
676
if (fwd.
connect_port
>= 65536 || (ftype != MUX_FWD_DYNAMIC &&
677
ftype != MUX_FWD_REMOTE && fwd.
connect_port
== 0)) {
679
fwd.
connect_port
);
[
all
...]
ssh.c
1021
rfwd->listen_port, rfwd->connect_host, rfwd->
connect_port
);
1026
rfwd->connect_host, rfwd->
connect_port
);
1096
options.local_forwards[i].
connect_port
);
1101
options.local_forwards[i].
connect_port
,
1117
options.remote_forwards[i].
connect_port
);
1122
options.remote_forwards[i].
connect_port
) < 0) {
[
all
...]
readconf.c
275
fwd->
connect_port
= newfwd->
connect_port
;
296
fwd->
connect_port
= newfwd->
connect_port
;
[
all
...]
clientloop.c
936
fwd.
connect_port
, options.gateway_ports) < 0) {
943
fwd.
connect_port
) < 0) {
[
all
...]
Completed in 1175 milliseconds