parse_forward
if (!parse_forward(&fwd, s, 1, 0)) {
if (!parse_forward(&fwd, s, 0, remote) &&
!parse_forward(&fwd, s, 1, remote)) {
} else if (!parse_forward(&fwd, s, dynamic, remote)) {
if (parse_forward(&fwd, fwdarg, dynamicfwd, remotefwd) == 0) {
int parse_forward(struct Forward *, const char *, int, int);
if (parse_forward(&fwd, optarg, 0, 0))
if (parse_forward(&fwd, optarg, 0, 1) ||
parse_forward(&fwd, optarg, 1, 1)) {
if (parse_forward(&fwd, optarg, 1, 0)) {
if (parse_forward(&fwd, optarg, 1, 0)) {