Searched refs:parse_forward (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | readconf.h | 249 int parse_forward(struct Forward *, const char *, int, int);
|
| H A D | ssh.c | 927 if (parse_forward(&fwd, optarg, 1, 0)) { in main() 1004 if (parse_forward(&fwd, optarg, 0, 0)) in main() 1015 if (parse_forward(&fwd, optarg, 0, 1) || in main() 1016 parse_forward(&fwd, optarg, 1, 1)) { in main() 1027 if (parse_forward(&fwd, optarg, 1, 0)) { in main()
|
| H A D | clientloop.c | 1050 if (!parse_forward(&fwd, s, 1, 0)) { in process_cmdline() 1071 if (!parse_forward(&fwd, s, 0, remote) && in process_cmdline() 1072 !parse_forward(&fwd, s, 1, remote)) { in process_cmdline() 1076 } else if (!parse_forward(&fwd, s, dynamic, remote)) { in process_cmdline()
|
| H A D | readconf.c | 1753 if (parse_forward(&fwd, fwdarg, dynamicfwd, remotefwd) == 0) { in process_config_line_depth() 3287 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward() function
|