Lines Matching defs:fwd
663 struct Forward fwd;
923 if (parse_forward(&fwd, optarg, 1, 0)) {
925 fwd.listen_port == PORT_STREAMLOCAL ?
926 fwd.listen_path : fwd.listen_host;
927 options.stdio_forward_port = fwd.listen_port;
928 free(fwd.connect_host);
998 if (parse_forward(&fwd, optarg, 0, 0))
999 add_local_forward(&options, &fwd);
1009 if (parse_forward(&fwd, optarg, 0, 1) ||
1010 parse_forward(&fwd, optarg, 1, 1)) {
1011 add_remote_forward(&options, &fwd);
1021 if (parse_forward(&fwd, optarg, 1, 0)) {
1022 add_local_forward(&options, &fwd);