OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_on_forward_failure
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
readconf.h
38
int
exit_on_forward_failure
; /* Exit if bind(2) fails for -L/-R */
member in struct:__anon24071
ssh.c
470
options.
exit_on_forward_failure
= 1;
1030
if (options.
exit_on_forward_failure
)
1104
if (i > 0 && success != i && options.
exit_on_forward_failure
)
1123
if (options.
exit_on_forward_failure
)
1137
if (options.
exit_on_forward_failure
)
[
all
...]
readconf.c
438
intptr = &options->
exit_on_forward_failure
;
1133
options->
exit_on_forward_failure
= -1;
[
all
...]
sshconnect.c
1031
if (options.
exit_on_forward_failure
&& cancelled_forwarding)
[
all
...]
Completed in 397 milliseconds