OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_remote_forwards
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
readconf.h
105
int
num_remote_forwards
;
member in struct:__anon24071
readconf.c
289
options->
num_remote_forwards
+ 1,
291
fwd = &options->remote_forwards[options->
num_remote_forwards
++];
315
for (i = 0; i < options->
num_remote_forwards
; i++) {
320
if (options->
num_remote_forwards
> 0) {
324
options->
num_remote_forwards
= 0;
[
all
...]
ssh.c
1037
if (++remote_forward_confirms_received == options.
num_remote_forwards
) {
1110
for (i = 0; i < options.
num_remote_forwards
; i++) {
[
all
...]
mux.c
587
if (fctx->fid >= options.
num_remote_forwards
) {
704
for (i = 0; i < options.
num_remote_forwards
; i++) {
755
fctx->fid = options.
num_remote_forwards
- 1;
[
all
...]
sshconnect.c
1018
options.
num_remote_forwards
> 0) {
1022
options.
num_remote_forwards
= 0;
[
all
...]
Completed in 472 milliseconds