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

  /external/openssh/
misc.h 32 int gateway_ports; /* Allow remote connects to forwarded ports. */ member in struct:ForwardOptions
servconf.c 146 options->fwd_opts.gateway_ports = -1;
310 if (options->fwd_opts.gateway_ports == -1)
311 options->fwd_opts.gateway_ports = 0;
    [all...]
readconf.c 850 intptr = &options->fwd_opts.gateway_ports;
    [all...]
ssh.c 640 options.fwd_opts.gateway_ports = 1;
    [all...]
mux.c 526 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") :
534 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") :
    [all...]
channels.c     [all...]

Completed in 469 milliseconds