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

  /external/openssh/
readconf.h 100 struct Forward *local_forwards; member in struct:__anon28144
ssh.c     [all...]
readconf.c 300 options->local_forwards = xreallocarray(options->local_forwards,
302 sizeof(*options->local_forwards));
303 fwd = &options->local_forwards[options->num_local_forwards++];
344 free(options->local_forwards[i].listen_host);
345 free(options->local_forwards[i].listen_path);
346 free(options->local_forwards[i].connect_host);
347 free(options->local_forwards[i].connect_path);
350 free(options->local_forwards);
351 options->local_forwards = NULL
    [all...]
mux.c 744 options.local_forwards + i)) {
882 options.local_forwards + i)) {
883 found_fwd = options.local_forwards + i;
    [all...]

Completed in 68 milliseconds