Searched refs:parse_forward (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | readconf.h | 246 int parse_forward(struct Forward *, const char *, int, int);
|
| H A D | ssh.c | 957 if (parse_forward(&fwd, optarg, 1, 0)) { in main() 1032 if (parse_forward(&fwd, optarg, 0, 0)) in main() 1043 if (parse_forward(&fwd, optarg, 0, 1) || in main() 1044 parse_forward(&fwd, optarg, 1, 1)) { in main() 1055 if (parse_forward(&fwd, optarg, 1, 0)) { in main()
|
| H A D | clientloop.c | 1054 if (!parse_forward(&fwd, s, 1, 0)) { in process_cmdline() 1075 if (!parse_forward(&fwd, s, 0, remote) && in process_cmdline() 1076 !parse_forward(&fwd, s, 1, remote)) { in process_cmdline() 1080 } else if (!parse_forward(&fwd, s, dynamic, remote)) { in process_cmdline()
|
| H A D | readconf.c | 1757 if (parse_forward(&fwd, fwdarg, dynamicfwd, remotefwd) == 0) { in process_config_line_depth() 3229 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward() function
|