/external/openssh/ |
readconf.h | 153 int parse_forward(Forward *, const char *, int, int);
|
ssh.c | 457 if (parse_forward(&fwd, optarg, 1, 0)) { 539 if (parse_forward(&fwd, optarg, 0, 0)) 550 if (parse_forward(&fwd, optarg, 0, 1)) { 561 if (parse_forward(&fwd, optarg, 1, 0)) { [all...] |
readconf.c | 779 /* construct a string for parse_forward */ 785 if (parse_forward(&fwd, fwdarg, 1387 parse_forward(Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) function [all...] |
clientloop.c | 929 if (!parse_forward(&fwd, s, dynamic, remote)) { [all...] |