HomeSort by relevance Sort by last modified time
    Searched refs:num_local_forwards (Results 1 - 5 of 5) sorted by null

  /external/openssh/
readconf.h 101 int num_local_forwards; member in struct:__anon12454
readconf.c 268 options->num_local_forwards + 1,
270 fwd = &options->local_forwards[options->num_local_forwards++];
305 for (i = 0; i < options->num_local_forwards; i++) {
310 if (options->num_local_forwards > 0) {
314 options->num_local_forwards = 0;
    [all...]
sshconnect.c 1017 if (options.num_local_forwards > 0 ||
1021 options.num_local_forwards =
    [all...]
mux.c 691 for (i = 0; i < options.num_local_forwards; i++) {
    [all...]
ssh.c 1088 for (i = 0; i < options.num_local_forwards; i++) {
    [all...]

Completed in 1952 milliseconds