Searched refs:parse_forward (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | readconf.h | 245 int parse_forward(struct Forward *, const char *, int, int);
|
| H A D | ssh.c | 949 if (parse_forward(&fwd, optarg, 1, 0)) { in main() 1024 if (parse_forward(&fwd, optarg, 0, 0)) in main() 1035 if (parse_forward(&fwd, optarg, 0, 1) || in main() 1036 parse_forward(&fwd, optarg, 1, 1)) { in main() 1047 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 | 1667 if (parse_forward(&fwd, fwdarg, dynamicfwd, remotefwd) == 0) { in process_config_line_depth() 3111 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward() function
|