Searched refs:exit_on_forward_failure (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h40 int exit_on_forward_failure; /* Exit if bind(2) fails for -L/-R */ member in struct:__anon4957
H A Dssh.c496 options.exit_on_forward_failure = 1;
1101 if (options.exit_on_forward_failure)
1167 if (i > 0 && success != i && options.exit_on_forward_failure)
1188 if (options.exit_on_forward_failure)
1203 if (options.exit_on_forward_failure)
1353 if (options.exit_on_forward_failure &&
1411 /* XXX exit_on_forward_failure */
1587 if (options.exit_on_forward_failure &&
H A Dreadconf.c502 intptr = &options->exit_on_forward_failure;
1250 options->exit_on_forward_failure = -1;
1351 if (options->exit_on_forward_failure == -1)
1352 options->exit_on_forward_failure = 0;
H A Dsshconnect.c1084 if (options.exit_on_forward_failure && cancelled_forwarding)

Completed in 76 milliseconds